Html Css Color HEX #BB8458 Twine

📋 copy color: '#BB8458'

red 187 ◦ green 132 ◦ blue 88

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

Shades of Twine #BB8458

Tints of Twine #BB8458

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.43%

 BLUE value IS 88 (34.77% from 255) = 21.62%

R = 45.95%
G = 32.43%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BB8458 (or 0xBB8458) is known color: Twine. HEX triplet: BB, 84 and 58. RGB value is (187,132,88). Sum of RGB (Red+Green+Blue) = 187+132+88=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8458 is #447BA7. Grayscale: #8F8F8F. Windows color (decimal): -4488104 or 5801147. OLE color: 5801147.

HSL color Cylindrical-coordinate representation of color #BB8458: hue angle of 26.67º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB8458 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 132 88 -
CMYK 0 0.29 0.53 0.27
HSL 26.67º 0.42% 0.54% -
HSV(B) 26.67º 0.53% 0.73% -
XYZ 30.51 27.77 12.99 -
YUV 143.43 96.72 159.08 -
System Red Green Blue C M Y K H S L
Decimal 187 132 88 0 0.29 0.53 0.27 26.67 0.42 0.54
Hex BB 84 58 0 1D 35 1B 1B 2A 36
Octal 273 204 130 0 35 65 33 33 52 66
Binary 10111011 10000100 1011000 0 11101 110101 11011 11011 101010 110110

Color Harmonies of #BB8458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8458

Black with #BB8458

Text Example


Text Example

White with #BB8458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8458; }

 p { color: rgb(187,132,88); }

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

background-color css

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

 a { background-color: rgb(187,132,88); }

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

border-color css

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

 span { border-color: rgb(187,132,88); }

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