Html Css Color HEX #B27409 Dark Goldenrod

📋 copy color: '#B27409'

red 178 ◦ green 116 ◦ blue 9

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

Shades of Dark Goldenrod #B27409

Tints of Dark Goldenrod #B27409

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.28%

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

R = 58.75%
G = 38.28%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.30

RGB Variations

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

Color information

#B27409 (or 0xB27409) is known color: Dark Goldenrod. HEX triplet: B2, 74 and 09. RGB value is (178,116,9). Sum of RGB (Red+Green+Blue) = 178+116+9=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 9 (3.91% from 255 or 2.97% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B27409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27409 is #4D8BF6. Grayscale: #7A7A7A. Windows color (decimal): -5082103 or 619698. OLE color: 619698.

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

Color convert

RGB 178 116 9 -
CMYK 0 0.35 0.95 0.30
HSL 37.99º 0.9% 0.37% -
HSV(B) 37.99º 0.95% 0.7% -
XYZ 24.65 21.98 3.2 -
YUV 122.34 64.04 167.7 -
System Red Green Blue C M Y K H S L
Decimal 178 116 9 0 0.35 0.95 0.30 37.99 0.9 0.37
Hex B2 74 9 0 23 5F 1E 26 5A 25
Octal 262 164 11 0 43 137 36 46 132 45
Binary 10110010 1110100 1001 0 100011 1011111 11110 100110 1011010 100101

Color Harmonies of #B27409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27409

Black with #B27409

Text Example


Text Example

White with #B27409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27409; }

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

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

background-color css

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

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

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

border-color css

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

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

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