Html Css Color HEX #B27C09 Dark Goldenrod

📋 copy color: '#B27C09'

red 178 ◦ green 124 ◦ blue 9

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

Shades of Dark Goldenrod #B27C09

Tints of Dark Goldenrod #B27C09

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.87%

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

R = 57.23%
G = 39.87%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.30

RGB Variations

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

Color information

#B27C09 (or 0xB27C09) is known color: Dark Goldenrod. HEX triplet: B2, 7C and 09. RGB value is (178,124,9). Sum of RGB (Red+Green+Blue) = 178+124+9=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 9 (3.91% from 255 or 2.89% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27C09 is #4D83F6. Grayscale: #7F7F7F. Windows color (decimal): -5080055 or 621746. OLE color: 621746.

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

Color convert

RGB 178 124 9 -
CMYK 0 0.30 0.95 0.30
HSL 40.83º 0.9% 0.37% -
HSV(B) 40.83º 0.95% 0.7% -
XYZ 25.62 23.9 3.52 -
YUV 127.04 61.39 164.35 -
System Red Green Blue C M Y K H S L
Decimal 178 124 9 0 0.30 0.95 0.30 40.83 0.9 0.37
Hex B2 7C 9 0 1E 5F 1E 29 5A 25
Octal 262 174 11 0 36 137 36 51 132 45
Binary 10110010 1111100 1001 0 11110 1011111 11110 101001 1011010 100101

Color Harmonies of #B27C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27C09

Black with #B27C09

Text Example


Text Example

White with #B27C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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