Html Css Color HEX #B4920B Dark Goldenrod

📋 copy color: '#B4920B'

red 180 ◦ green 146 ◦ blue 11

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

Shades of Dark Goldenrod #B4920B

Tints of Dark Goldenrod #B4920B

RGB

 RED value IS 180 (70.7% from 255) = 53.41%

 GREEN value IS 146 (57.42% from 255) = 43.32%

 BLUE value IS 11 (4.69% from 255) = 3.26%

R = 53.41%
G = 43.32%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B4920B (or 0xB4920B) is known color: Dark Goldenrod. HEX triplet: B4, 92 and 0B. RGB value is (180,146,11). Sum of RGB (Red+Green+Blue) = 180+146+11=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 11 (4.69% from 255 or 3.26% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B4920B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4920B is #4B6DF4. Grayscale: #8D8D8D. Windows color (decimal): -4943349 or 758452. OLE color: 758452.

HSL color Cylindrical-coordinate representation of color #B4920B: hue angle of 47.93º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B4920B is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 146 11 -
CMYK 0 0.19 0.94 0.29
HSL 47.93º 0.88% 0.37% -
HSV(B) 47.93º 0.94% 0.71% -
XYZ 29.16 30.29 4.63 -
YUV 140.78 54.76 155.98 -
System Red Green Blue C M Y K H S L
Decimal 180 146 11 0 0.19 0.94 0.29 47.93 0.88 0.37
Hex B4 92 B 0 13 5E 1D 30 58 25
Octal 264 222 13 0 23 136 35 60 130 45
Binary 10110100 10010010 1011 0 10011 1011110 11101 110000 1011000 100101

Color Harmonies of #B4920B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4920B

Black with #B4920B

Text Example


Text Example

White with #B4920B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4920B; }

 p { color: rgb(180,146,11); }

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

background-color css

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

 a { background-color: rgb(180,146,11); }

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

border-color css

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

 span { border-color: rgb(180,146,11); }

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