Html Css Color HEX #B26F0C Dark Goldenrod

📋 copy color: '#B26F0C'

red 178 ◦ green 111 ◦ blue 12

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

Shades of Dark Goldenrod #B26F0C

Tints of Dark Goldenrod #B26F0C

RGB

 RED value IS 178 (69.92% from 255) = 59.14%

 GREEN value IS 111 (43.75% from 255) = 36.88%

 BLUE value IS 12 (5.08% from 255) = 3.99%

R = 59.14%
G = 36.88%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B26F0C (or 0xB26F0C) is known color: Dark Goldenrod. HEX triplet: B2, 6F and 0C. RGB value is (178,111,12). Sum of RGB (Red+Green+Blue) = 178+111+12=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26F0C is #4D90F3. Grayscale: #787878. Windows color (decimal): -5083380 or 815026. OLE color: 815026.

HSL color Cylindrical-coordinate representation of color #B26F0C: hue angle of 35.78º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B26F0C is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 111 12 -
CMYK 0 0.38 0.93 0.30
HSL 35.78º 0.87% 0.37% -
HSV(B) 35.78º 0.93% 0.7% -
XYZ 24.11 20.86 3.1 -
YUV 119.75 67.2 169.55 -
System Red Green Blue C M Y K H S L
Decimal 178 111 12 0 0.38 0.93 0.30 35.78 0.87 0.37
Hex B2 6F C 0 26 5D 1E 24 57 25
Octal 262 157 14 0 46 135 36 44 127 45
Binary 10110010 1101111 1100 0 100110 1011101 11110 100100 1010111 100101

Color Harmonies of #B26F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26F0C

Black with #B26F0C

Text Example


Text Example

White with #B26F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26F0C; }

 p { color: rgb(178,111,12); }

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

background-color css

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

 a { background-color: rgb(178,111,12); }

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

border-color css

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

 span { border-color: rgb(178,111,12); }

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