Html Css Color HEX #B89601 Dark Goldenrod

📋 copy color: '#B89601'

red 184 ◦ green 150 ◦ blue 1

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

Shades of Dark Goldenrod #B89601

Tints of Dark Goldenrod #B89601

RGB

 RED value IS 184 (72.27% from 255) = 54.93%

 GREEN value IS 150 (58.98% from 255) = 44.78%

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

R = 54.93%
G = 44.78%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B89601 (or 0xB89601) is known color: Dark Goldenrod. HEX triplet: B8, 96 and 01. RGB value is (184,150,1). Sum of RGB (Red+Green+Blue) = 184+150+1=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B89601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89601 is #4769FE. Grayscale: #8F8F8F. Windows color (decimal): -4680191 or 104120. OLE color: 104120.

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

Color convert

RGB 184 150 1 -
CMYK 0 0.18 0.99 0.28
HSL 48.85º 0.99% 0.36% -
HSV(B) 48.85º 0.99% 0.72% -
XYZ 30.68 32.01 4.59 -
YUV 143.18 47.76 157.12 -
System Red Green Blue C M Y K H S L
Decimal 184 150 1 0 0.18 0.99 0.28 48.85 0.99 0.36
Hex B8 96 1 0 12 63 1C 31 63 24
Octal 270 226 1 0 22 143 34 61 143 44
Binary 10111000 10010110 1 0 10010 1100011 11100 110001 1100011 100100

Color Harmonies of #B89601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89601

Black with #B89601

Text Example


Text Example

White with #B89601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89601; }

 p { color: rgb(184,150,1); }

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

background-color css

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

 a { background-color: rgb(184,150,1); }

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

border-color css

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

 span { border-color: rgb(184,150,1); }

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