Html Css Color HEX #B26D02 Dark Goldenrod

📋 copy color: '#B26D02'

red 178 ◦ green 109 ◦ blue 2

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

Shades of Dark Goldenrod #B26D02

Tints of Dark Goldenrod #B26D02

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.72%

 BLUE value IS 2 (1.17% from 255) = 0.69%

R = 61.59%
G = 37.72%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B26D02 (or 0xB26D02) is known color: Dark Goldenrod. HEX triplet: B2, 6D and 02. RGB value is (178,109,2). Sum of RGB (Red+Green+Blue) = 178+109+2=289 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.59% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26D02 is #4D92FD. Grayscale: #757575. Windows color (decimal): -5083902 or 159154. OLE color: 159154.

HSL color Cylindrical-coordinate representation of color #B26D02: hue angle of 36.48º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B26D02 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 109 2 -
CMYK 0 0.39 0.99 0.30
HSL 36.48º 0.98% 0.35% -
HSV(B) 36.48º 0.99% 0.7% -
XYZ 23.84 20.41 2.74 -
YUV 117.43 62.86 171.2 -
System Red Green Blue C M Y K H S L
Decimal 178 109 2 0 0.39 0.99 0.30 36.48 0.98 0.35
Hex B2 6D 2 0 27 63 1E 24 62 23
Octal 262 155 2 0 47 143 36 44 142 43
Binary 10110010 1101101 10 0 100111 1100011 11110 100100 1100010 100011

Color Harmonies of #B26D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26D02

Black with #B26D02

Text Example


Text Example

White with #B26D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26D02; }

 p { color: rgb(178,109,2); }

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

background-color css

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

 a { background-color: rgb(178,109,2); }

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

border-color css

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

 span { border-color: rgb(178,109,2); }

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