Html Css Color HEX #B27201 Dark Goldenrod

📋 copy color: '#B27201'

red 178 ◦ green 114 ◦ blue 1

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

Shades of Dark Goldenrod #B27201

Tints of Dark Goldenrod #B27201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.91%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 60.75%
G = 38.91%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B27201 (or 0xB27201) is known color: Dark Goldenrod. HEX triplet: B2, 72 and 01. RGB value is (178,114,1). Sum of RGB (Red+Green+Blue) = 178+114+1=293 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.75% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 1 (0.78% from 255 or 0.34% from 293); Max value from RGB is 178 - color contains mainly: red. Hex color #B27201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27201 is #4D8DFE. Grayscale: #787878. Windows color (decimal): -5082623 or 94898. OLE color: 94898.

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

Color convert

RGB 178 114 1 -
CMYK 0 0.36 0.99 0.30
HSL 38.31º 0.99% 0.35% -
HSV(B) 38.31º 0.99% 0.7% -
XYZ 24.38 21.5 2.89 -
YUV 120.25 60.7 169.19 -
System Red Green Blue C M Y K H S L
Decimal 178 114 1 0 0.36 0.99 0.30 38.31 0.99 0.35
Hex B2 72 1 0 24 63 1E 26 63 23
Octal 262 162 1 0 44 143 36 46 143 43
Binary 10110010 1110010 1 0 100100 1100011 11110 100110 1100011 100011

Color Harmonies of #B27201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27201

Black with #B27201

Text Example


Text Example

White with #B27201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27201; }

 p { color: rgb(178,114,1); }

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

background-color css

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

 a { background-color: rgb(178,114,1); }

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

border-color css

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

 span { border-color: rgb(178,114,1); }

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