Html Css Color HEX #B4740B Dark Goldenrod

📋 copy color: '#B4740B'

red 180 ◦ green 116 ◦ blue 11

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

Shades of Dark Goldenrod #B4740B

Tints of Dark Goldenrod #B4740B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.79%

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

R = 58.63%
G = 37.79%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B4740B (or 0xB4740B) is known color: Dark Goldenrod. HEX triplet: B4, 74 and 0B. RGB value is (180,116,11). Sum of RGB (Red+Green+Blue) = 180+116+11=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B4740B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4740B is #4B8BF4. Grayscale: #7B7B7B. Windows color (decimal): -4951029 or 750772. OLE color: 750772.

HSL color Cylindrical-coordinate representation of color #B4740B: hue angle of 37.28º 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 #B4740B is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 116 11 -
CMYK 0 0.36 0.94 0.29
HSL 37.28º 0.88% 0.37% -
HSV(B) 37.28º 0.94% 0.71% -
XYZ 25.13 22.22 3.28 -
YUV 123.17 64.7 168.54 -
System Red Green Blue C M Y K H S L
Decimal 180 116 11 0 0.36 0.94 0.29 37.28 0.88 0.37
Hex B4 74 B 0 24 5E 1D 25 58 25
Octal 264 164 13 0 44 136 35 45 130 45
Binary 10110100 1110100 1011 0 100100 1011110 11101 100101 1011000 100101

Color Harmonies of #B4740B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4740B

Black with #B4740B

Text Example


Text Example

White with #B4740B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4740B; }

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

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

background-color css

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

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

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

border-color css

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

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

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