Html Css Color HEX #BB7105 Dark Goldenrod

📋 copy color: '#BB7105'

red 187 ◦ green 113 ◦ blue 5

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

Shades of Dark Goldenrod #BB7105

Tints of Dark Goldenrod #BB7105

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.05%

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

R = 61.31%
G = 37.05%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB7105 (or 0xBB7105) is known color: Dark Goldenrod. HEX triplet: BB, 71 and 05. RGB value is (187,113,5). Sum of RGB (Red+Green+Blue) = 187+113+5=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7105 is #448EFA. Grayscale: #7B7B7B. Windows color (decimal): -4493051 or 356795. OLE color: 356795.

HSL color Cylindrical-coordinate representation of color #BB7105: hue angle of 35.6º 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 #BB7105 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 113 5 -
CMYK 0 0.40 0.97 0.27
HSL 35.6º 0.95% 0.38% -
HSV(B) 35.6º 0.97% 0.73% -
XYZ 26.43 22.39 3.07 -
YUV 122.81 61.52 173.78 -
System Red Green Blue C M Y K H S L
Decimal 187 113 5 0 0.40 0.97 0.27 35.6 0.95 0.38
Hex BB 71 5 0 28 61 1B 24 5F 26
Octal 273 161 5 0 50 141 33 44 137 46
Binary 10111011 1110001 101 0 101000 1100001 11011 100100 1011111 100110

Color Harmonies of #BB7105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7105

Black with #BB7105

Text Example


Text Example

White with #BB7105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7105; }

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

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

background-color css

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

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

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

border-color css

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

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

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