Html Css Color HEX #BE7B0A Dark Goldenrod

📋 copy color: '#BE7B0A'

red 190 ◦ green 123 ◦ blue 10

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

Shades of Dark Goldenrod #BE7B0A

Tints of Dark Goldenrod #BE7B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.1%

R = 58.82%
G = 38.08%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BE7B0A (or 0xBE7B0A) is known color: Dark Goldenrod. HEX triplet: BE, 7B and 0A. RGB value is (190,123,10). Sum of RGB (Red+Green+Blue) = 190+123+10=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7B0A is #4184F5. Grayscale: #828282. Windows color (decimal): -4293878 or 687038. OLE color: 687038.

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

Color convert

RGB 190 123 10 -
CMYK 0 0.35 0.95 0.25
HSL 37.67º 0.9% 0.39% -
HSV(B) 37.67º 0.95% 0.75% -
XYZ 28.37 25.13 3.64 -
YUV 130.15 60.2 170.69 -
System Red Green Blue C M Y K H S L
Decimal 190 123 10 0 0.35 0.95 0.25 37.67 0.9 0.39
Hex BE 7B A 0 23 5F 19 26 5A 27
Octal 276 173 12 0 43 137 31 46 132 47
Binary 10111110 1111011 1010 0 100011 1011111 11001 100110 1011010 100111

Color Harmonies of #BE7B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7B0A

Black with #BE7B0A

Text Example


Text Example

White with #BE7B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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