Html Css Color HEX #BB8B62 Twine

📋 copy color: '#BB8B62'

red 187 ◦ green 139 ◦ blue 98

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

Shades of Twine #BB8B62

Tints of Twine #BB8B62

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.78%

 BLUE value IS 98 (38.67% from 255) = 23.11%

R = 44.1%
G = 32.78%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BB8B62 (or 0xBB8B62) is known color: Twine. HEX triplet: BB, 8B and 62. RGB value is (187,139,98). Sum of RGB (Red+Green+Blue) = 187+139+98=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 98 (38.67% from 255 or 23.11% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8B62 is #44749D. Grayscale: #949494. Windows color (decimal): -4486302 or 6458299. OLE color: 6458299.

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

Color convert

RGB 187 139 98 -
CMYK 0 0.26 0.48 0.27
HSL 27.64º 0.4% 0.56% -
HSV(B) 27.64º 0.48% 0.73% -
XYZ 31.93 29.91 15.65 -
YUV 148.68 99.4 155.33 -
System Red Green Blue C M Y K H S L
Decimal 187 139 98 0 0.26 0.48 0.27 27.64 0.4 0.56
Hex BB 8B 62 0 1A 30 1B 1C 28 38
Octal 273 213 142 0 32 60 33 34 50 70
Binary 10111011 10001011 1100010 0 11010 110000 11011 11100 101000 111000

Color Harmonies of #BB8B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8B62

Black with #BB8B62

Text Example


Text Example

White with #BB8B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8B62; }

 p { color: rgb(187,139,98); }

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

background-color css

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

 a { background-color: rgb(187,139,98); }

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

border-color css

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

 span { border-color: rgb(187,139,98); }

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