Html Css Color HEX #B26C02 Dark Goldenrod

📋 copy color: '#B26C02'

red 178 ◦ green 108 ◦ blue 2

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

Shades of Dark Goldenrod #B26C02

Tints of Dark Goldenrod #B26C02

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.5%

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

R = 61.81%
G = 37.5%
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

#B26C02 (or 0xB26C02) is known color: Dark Goldenrod. HEX triplet: B2, 6C and 02. RGB value is (178,108,2). Sum of RGB (Red+Green+Blue) = 178+108+2=288 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.81% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26C02 is #4D93FD. Grayscale: #757575. Windows color (decimal): -5084158 or 158898. OLE color: 158898.

HSL color Cylindrical-coordinate representation of color #B26C02: hue angle of 36.14º 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 #B26C02 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 108 2 -
CMYK 0 0.39 0.99 0.30
HSL 36.14º 0.98% 0.35% -
HSV(B) 36.14º 0.99% 0.7% -
XYZ 23.73 20.19 2.7 -
YUV 116.85 63.19 171.62 -
System Red Green Blue C M Y K H S L
Decimal 178 108 2 0 0.39 0.99 0.30 36.14 0.98 0.35
Hex B2 6C 2 0 27 63 1E 24 62 23
Octal 262 154 2 0 47 143 36 44 142 43
Binary 10110010 1101100 10 0 100111 1100011 11110 100100 1100010 100011

Color Harmonies of #B26C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26C02

Black with #B26C02

Text Example


Text Example

White with #B26C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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