Html Css Color HEX #B27401 Dark Goldenrod

📋 copy color: '#B27401'

red 178 ◦ green 116 ◦ blue 1

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

Shades of Dark Goldenrod #B27401

Tints of Dark Goldenrod #B27401

RGB

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

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

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

R = 60.34%
G = 39.32%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B27401 (or 0xB27401) is known color: Dark Goldenrod. HEX triplet: B2, 74 and 01. RGB value is (178,116,1). Sum of RGB (Red+Green+Blue) = 178+116+1=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B27401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27401 is #4D8BFE. Grayscale: #797979. Windows color (decimal): -5082111 or 95410. OLE color: 95410.

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

Color convert

RGB 178 116 1 -
CMYK 0 0.35 0.99 0.30
HSL 38.98º 0.99% 0.35% -
HSV(B) 38.98º 0.99% 0.7% -
XYZ 24.61 21.96 2.97 -
YUV 121.43 60.04 168.35 -
System Red Green Blue C M Y K H S L
Decimal 178 116 1 0 0.35 0.99 0.30 38.98 0.99 0.35
Hex B2 74 1 0 23 63 1E 27 63 23
Octal 262 164 1 0 43 143 36 47 143 43
Binary 10110010 1110100 1 0 100011 1100011 11110 100111 1100011 100011

Color Harmonies of #B27401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27401

Black with #B27401

Text Example


Text Example

White with #B27401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27401; }

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

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

background-color css

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

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

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

border-color css

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

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

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