Html Css Color HEX #BB8A64 Twine

📋 copy color: '#BB8A64'

red 187 ◦ green 138 ◦ blue 100

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

Shades of Twine #BB8A64

Tints of Twine #BB8A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.53%

R = 44%
G = 32.47%
B = 23.53%

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

#BB8A64 (or 0xBB8A64) is known color: Twine. HEX triplet: BB, 8A and 64. RGB value is (187,138,100). Sum of RGB (Red+Green+Blue) = 187+138+100=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8A64 is #44759B. Grayscale: #949494. Windows color (decimal): -4486556 or 6589115. OLE color: 6589115.

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

Color convert

RGB 187 138 100 -
CMYK 0 0.26 0.47 0.27
HSL 26.21º 0.39% 0.56% -
HSV(B) 26.21º 0.47% 0.73% -
XYZ 31.88 29.66 16.1 -
YUV 148.32 100.73 155.59 -
System Red Green Blue C M Y K H S L
Decimal 187 138 100 0 0.26 0.47 0.27 26.21 0.39 0.56
Hex BB 8A 64 0 1A 2F 1B 1A 27 38
Octal 273 212 144 0 32 57 33 32 47 70
Binary 10111011 10001010 1100100 0 11010 101111 11011 11010 100111 111000

Color Harmonies of #BB8A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8A64

Black with #BB8A64

Text Example


Text Example

White with #BB8A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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