Html Css Color HEX #B27A02 Dark Goldenrod

📋 copy color: '#B27A02'

red 178 ◦ green 122 ◦ blue 2

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

Shades of Dark Goldenrod #B27A02

Tints of Dark Goldenrod #B27A02

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.4%

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

R = 58.94%
G = 40.4%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B27A02 (or 0xB27A02) is known color: Dark Goldenrod. HEX triplet: B2, 7A and 02. RGB value is (178,122,2). Sum of RGB (Red+Green+Blue) = 178+122+2=302 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.94% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27A02 is #4D85FD. Grayscale: #7D7D7D. Windows color (decimal): -5080574 or 162482. OLE color: 162482.

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

Color convert

RGB 178 122 2 -
CMYK 0 0.31 0.99 0.30
HSL 40.91º 0.98% 0.35% -
HSV(B) 40.91º 0.99% 0.7% -
XYZ 25.33 23.39 3.24 -
YUV 125.06 58.55 165.76 -
System Red Green Blue C M Y K H S L
Decimal 178 122 2 0 0.31 0.99 0.30 40.91 0.98 0.35
Hex B2 7A 2 0 1F 63 1E 29 62 23
Octal 262 172 2 0 37 143 36 51 142 43
Binary 10110010 1111010 10 0 11111 1100011 11110 101001 1100010 100011

Color Harmonies of #B27A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27A02

Black with #B27A02

Text Example


Text Example

White with #B27A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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