Html Css Color HEX #B27D09 Dark Goldenrod

📋 copy color: '#B27D09'

red 178 ◦ green 125 ◦ blue 9

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

Shades of Dark Goldenrod #B27D09

Tints of Dark Goldenrod #B27D09

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.06%

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

R = 57.05%
G = 40.06%
B = 2.88%

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

#B27D09 (or 0xB27D09) is known color: Dark Goldenrod. HEX triplet: B2, 7D and 09. RGB value is (178,125,9). Sum of RGB (Red+Green+Blue) = 178+125+9=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 9 (3.91% from 255 or 2.88% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27D09 is #4D82F6. Grayscale: #808080. Windows color (decimal): -5079799 or 622002. OLE color: 622002.

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

Color convert

RGB 178 125 9 -
CMYK 0 0.30 0.95 0.30
HSL 41.18º 0.9% 0.37% -
HSV(B) 41.18º 0.95% 0.7% -
XYZ 25.74 24.15 3.56 -
YUV 127.62 61.06 163.93 -
System Red Green Blue C M Y K H S L
Decimal 178 125 9 0 0.30 0.95 0.30 41.18 0.9 0.37
Hex B2 7D 9 0 1E 5F 1E 29 5A 25
Octal 262 175 11 0 36 137 36 51 132 45
Binary 10110010 1111101 1001 0 11110 1011111 11110 101001 1011010 100101

Color Harmonies of #B27D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27D09

Black with #B27D09

Text Example


Text Example

White with #B27D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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