Html Css Color HEX #BE7B0F Dark Goldenrod

📋 copy color: '#BE7B0F'

red 190 ◦ green 123 ◦ blue 15

#BE7B0F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #BE7B0F

Tints of Dark Goldenrod #BE7B0F

RGB

 RED value IS 190 (74.61% from 255) = 57.93%

 GREEN value IS 123 (48.44% from 255) = 37.5%

 BLUE value IS 15 (6.25% from 255) = 4.57%

R = 57.93%
G = 37.5%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BE7B0F (or 0xBE7B0F) is known color: Dark Goldenrod. HEX triplet: BE, 7B and 0F. RGB value is (190,123,15). Sum of RGB (Red+Green+Blue) = 190+123+15=328 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.93% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 15 (6.25% from 255 or 4.57% from 328); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7B0F is #4184F0. Grayscale: #838383. Windows color (decimal): -4293873 or 1014718. OLE color: 1014718.

HSL color Cylindrical-coordinate representation of color #BE7B0F: hue angle of 37.03º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE7B0F is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 123 15 -
CMYK 0 0.35 0.92 0.25
HSL 37.03º 0.85% 0.4% -
HSV(B) 37.03º 0.92% 0.75% -
XYZ 28.4 25.15 3.81 -
YUV 130.72 62.7 170.28 -
System Red Green Blue C M Y K H S L
Decimal 190 123 15 0 0.35 0.92 0.25 37.03 0.85 0.4
Hex BE 7B F 0 23 5C 19 25 55 28
Octal 276 173 17 0 43 134 31 45 125 50
Binary 10111110 1111011 1111 0 100011 1011100 11001 100101 1010101 101000

Color Harmonies of #BE7B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7B0F

Black with #BE7B0F

Text Example


Text Example

White with #BE7B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7B0F; }

 p { color: rgb(190,123,15); }

 H1.HeaderClassName
 {
   color: #BE7B0F;
 }
 .AnyTagClassName
 {
   color: #BE7B0F;
 }
</style>

background-color css

<style>
 a { background-color: #BE7B0F; }

 a { background-color: rgb(190,123,15); }

 div.DivClassName
 {
   background-color: #BE7B0F;
 }
 .BgClassName
 {
   background-color: #BE7B0F;
 }
</style>

border-color css

<style>
 span { border-color: #BE7B0F; }

 span { border-color: rgb(190,123,15); }

 td.TdClassName
 {
   border-color: #BE7B0F;
 }
 .TagClassName
 {
   border-color: #BE7B0F;
 }
</style>