Html Css Color HEX #B67F0B Dark Goldenrod

📋 copy color: '#B67F0B'

red 182 ◦ green 127 ◦ blue 11

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

Shades of Dark Goldenrod #B67F0B

Tints of Dark Goldenrod #B67F0B

RGB

 RED value IS 182 (71.48% from 255) = 56.88%

 GREEN value IS 127 (50% from 255) = 39.69%

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

R = 56.88%
G = 39.69%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B67F0B (or 0xB67F0B) is known color: Dark Goldenrod. HEX triplet: B6, 7F and 0B. RGB value is (182,127,11). Sum of RGB (Red+Green+Blue) = 182+127+11=320 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.88% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67F0B is #4980F4. Grayscale: #828282. Windows color (decimal): -4817141 or 753590. OLE color: 753590.

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

Color convert

RGB 182 127 11 -
CMYK 0 0.30 0.94 0.29
HSL 40.7º 0.89% 0.38% -
HSV(B) 40.7º 0.94% 0.71% -
XYZ 26.94 25.15 3.75 -
YUV 130.22 60.72 164.93 -
System Red Green Blue C M Y K H S L
Decimal 182 127 11 0 0.30 0.94 0.29 40.7 0.89 0.38
Hex B6 7F B 0 1E 5E 1D 29 59 26
Octal 266 177 13 0 36 136 35 51 131 46
Binary 10110110 1111111 1011 0 11110 1011110 11101 101001 1011001 100110

Color Harmonies of #B67F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67F0B

Black with #B67F0B

Text Example


Text Example

White with #B67F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67F0B; }

 p { color: rgb(182,127,11); }

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

background-color css

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

 a { background-color: rgb(182,127,11); }

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

border-color css

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

 span { border-color: rgb(182,127,11); }

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