Html Css Color HEX #B26F0E Dark Goldenrod

📋 copy color: '#B26F0E'

red 178 ◦ green 111 ◦ blue 14

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

Shades of Dark Goldenrod #B26F0E

Tints of Dark Goldenrod #B26F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.62%

R = 58.75%
G = 36.63%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B26F0E (or 0xB26F0E) is known color: Dark Goldenrod. HEX triplet: B2, 6F and 0E. RGB value is (178,111,14). Sum of RGB (Red+Green+Blue) = 178+111+14=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26F0E is #4D90F1. Grayscale: #787878. Windows color (decimal): -5083378 or 946098. OLE color: 946098.

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

Color convert

RGB 178 111 14 -
CMYK 0 0.38 0.92 0.30
HSL 35.49º 0.85% 0.38% -
HSV(B) 35.49º 0.92% 0.7% -
XYZ 24.12 20.87 3.17 -
YUV 119.98 68.2 169.39 -
System Red Green Blue C M Y K H S L
Decimal 178 111 14 0 0.38 0.92 0.30 35.49 0.85 0.38
Hex B2 6F E 0 26 5C 1E 23 55 26
Octal 262 157 16 0 46 134 36 43 125 46
Binary 10110010 1101111 1110 0 100110 1011100 11110 100011 1010101 100110

Color Harmonies of #B26F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26F0E

Black with #B26F0E

Text Example


Text Example

White with #B26F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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