Html Css Color HEX #BB7405 Dark Goldenrod

📋 copy color: '#BB7405'

red 187 ◦ green 116 ◦ blue 5

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

Shades of Dark Goldenrod #BB7405

Tints of Dark Goldenrod #BB7405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.62%

R = 60.71%
G = 37.66%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB7405 (or 0xBB7405) is known color: Dark Goldenrod. HEX triplet: BB, 74 and 05. RGB value is (187,116,5). Sum of RGB (Red+Green+Blue) = 187+116+5=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7405 is #448BFA. Grayscale: #7D7D7D. Windows color (decimal): -4492283 or 357563. OLE color: 357563.

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

Color convert

RGB 187 116 5 -
CMYK 0 0.38 0.97 0.27
HSL 36.59º 0.95% 0.38% -
HSV(B) 36.59º 0.97% 0.73% -
XYZ 26.77 23.07 3.19 -
YUV 124.58 60.52 172.53 -
System Red Green Blue C M Y K H S L
Decimal 187 116 5 0 0.38 0.97 0.27 36.59 0.95 0.38
Hex BB 74 5 0 26 61 1B 25 5F 26
Octal 273 164 5 0 46 141 33 45 137 46
Binary 10111011 1110100 101 0 100110 1100001 11011 100101 1011111 100110

Color Harmonies of #BB7405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7405

Black with #BB7405

Text Example


Text Example

White with #BB7405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7405; }

 p { color: rgb(187,116,5); }

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

background-color css

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

 a { background-color: rgb(187,116,5); }

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

border-color css

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

 span { border-color: rgb(187,116,5); }

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