Html Css Color HEX #BB8A63 Twine

📋 copy color: '#BB8A63'

red 187 ◦ green 138 ◦ blue 99

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

Shades of Twine #BB8A63

Tints of Twine #BB8A63

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.55%

 BLUE value IS 99 (39.06% from 255) = 23.35%

R = 44.1%
G = 32.55%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB8A63 (or 0xBB8A63) is known color: Twine. HEX triplet: BB, 8A and 63. RGB value is (187,138,99). Sum of RGB (Red+Green+Blue) = 187+138+99=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 99 (39.06% from 255 or 23.35% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8A63 is #44759C. Grayscale: #949494. Windows color (decimal): -4486557 or 6523579. OLE color: 6523579.

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

Color convert

RGB 187 138 99 -
CMYK 0 0.26 0.47 0.27
HSL 26.59º 0.39% 0.56% -
HSV(B) 26.59º 0.47% 0.73% -
XYZ 31.83 29.64 15.85 -
YUV 148.21 100.23 155.67 -
System Red Green Blue C M Y K H S L
Decimal 187 138 99 0 0.26 0.47 0.27 26.59 0.39 0.56
Hex BB 8A 63 0 1A 2F 1B 1B 27 38
Octal 273 212 143 0 32 57 33 33 47 70
Binary 10111011 10001010 1100011 0 11010 101111 11011 11011 100111 111000

Color Harmonies of #BB8A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8A63

Black with #BB8A63

Text Example


Text Example

White with #BB8A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8A63; }

 p { color: rgb(187,138,99); }

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

background-color css

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

 a { background-color: rgb(187,138,99); }

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

border-color css

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

 span { border-color: rgb(187,138,99); }

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