Html Css Color HEX #BB7201 Dark Goldenrod

📋 copy color: '#BB7201'

red 187 ◦ green 114 ◦ blue 1

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

Shades of Dark Goldenrod #BB7201

Tints of Dark Goldenrod #BB7201

RGB

 RED value IS 187 (73.44% from 255) = 61.92%

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

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

R = 61.92%
G = 37.75%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB7201 (or 0xBB7201) is known color: Dark Goldenrod. HEX triplet: BB, 72 and 01. RGB value is (187,114,1). Sum of RGB (Red+Green+Blue) = 187+114+1=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7201 is #448DFE. Grayscale: #7B7B7B. Windows color (decimal): -4492799 or 94907. OLE color: 94907.

HSL color Cylindrical-coordinate representation of color #BB7201: hue angle of 36.45º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB7201 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 114 1 -
CMYK 0 0.39 0.99 0.27
HSL 36.45º 0.99% 0.37% -
HSV(B) 36.45º 0.99% 0.73% -
XYZ 26.52 22.6 2.99 -
YUV 122.95 59.18 173.69 -
System Red Green Blue C M Y K H S L
Decimal 187 114 1 0 0.39 0.99 0.27 36.45 0.99 0.37
Hex BB 72 1 0 27 63 1B 24 63 25
Octal 273 162 1 0 47 143 33 44 143 45
Binary 10111011 1110010 1 0 100111 1100011 11011 100100 1100011 100101

Color Harmonies of #BB7201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7201

Black with #BB7201

Text Example


Text Example

White with #BB7201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7201; }

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

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

background-color css

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

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

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

border-color css

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

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

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