Html Css Color HEX #B27A09 Dark Goldenrod

📋 copy color: '#B27A09'

red 178 ◦ green 122 ◦ blue 9

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

Shades of Dark Goldenrod #B27A09

Tints of Dark Goldenrod #B27A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.91%

R = 57.61%
G = 39.48%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.30

RGB Variations

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

Color information

#B27A09 (or 0xB27A09) is known color: Dark Goldenrod. HEX triplet: B2, 7A and 09. RGB value is (178,122,9). Sum of RGB (Red+Green+Blue) = 178+122+9=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 9 (3.91% from 255 or 2.91% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27A09 is #4D85F6. Grayscale: #7E7E7E. Windows color (decimal): -5080567 or 621234. OLE color: 621234.

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

Color convert

RGB 178 122 9 -
CMYK 0 0.31 0.95 0.30
HSL 40.12º 0.9% 0.37% -
HSV(B) 40.12º 0.95% 0.7% -
XYZ 25.37 23.4 3.44 -
YUV 125.86 62.05 165.19 -
System Red Green Blue C M Y K H S L
Decimal 178 122 9 0 0.31 0.95 0.30 40.12 0.9 0.37
Hex B2 7A 9 0 1F 5F 1E 28 5A 25
Octal 262 172 11 0 37 137 36 50 132 45
Binary 10110010 1111010 1001 0 11111 1011111 11110 101000 1011010 100101

Color Harmonies of #B27A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27A09

Black with #B27A09

Text Example


Text Example

White with #B27A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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