Html Css Color HEX #B27400 Dark Goldenrod

📋 copy color: '#B27400'

red 178 ◦ green 116 ◦ blue 0

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

Shades of Dark Goldenrod #B27400

Tints of Dark Goldenrod #B27400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.54%
G = 39.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B27400 (or 0xB27400) is known color: Dark Goldenrod. HEX triplet: B2, 74 and 00. RGB value is (178,116,0). Sum of RGB (Red+Green+Blue) = 178+116+0=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B27400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27400 is #4D8BFF. Grayscale: #797979. Windows color (decimal): -5082112 or 29874. OLE color: 29874.

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

Color convert

RGB 178 116 0 -
CMYK 0 0.35 1 0.30
HSL 39.1º 1% 0.35% -
HSV(B) 39.1º 1% 0.7% -
XYZ 24.61 21.96 2.94 -
YUV 121.31 59.54 168.43 -
System Red Green Blue C M Y K H S L
Decimal 178 116 0 0 0.35 1 0.30 39.1 1 0.35
Hex B2 74 0 0 23 64 1E 27 64 23
Octal 262 164 0 0 43 144 36 47 144 43
Binary 10110010 1110100 0 0 100011 1100100 11110 100111 1100100 100011

Color Harmonies of #B27400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27400

Black with #B27400

Text Example


Text Example

White with #B27400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27400; }

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

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

background-color css

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

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

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

border-color css

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

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

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