Html Css Color HEX #BB836D Brandy Rose

📋 copy color: '#BB836D'

red 187 ◦ green 131 ◦ blue 109

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

Shades of Brandy Rose #BB836D

Tints of Brandy Rose #BB836D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.68%

 BLUE value IS 109 (42.97% from 255) = 25.53%

R = 43.79%
G = 30.68%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB836D (or 0xBB836D) is known color: Brandy Rose. HEX triplet: BB, 83 and 6D. RGB value is (187,131,109). Sum of RGB (Red+Green+Blue) = 187+131+109=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB836D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB836D is #447C92. Grayscale: #919191. Windows color (decimal): -4488339 or 7177147. OLE color: 7177147.

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

Color convert

RGB 187 131 109 -
CMYK 0 0.30 0.42 0.27
HSL 16.92º 0.36% 0.58% -
HSV(B) 16.92º 0.42% 0.73% -
XYZ 31.37 27.9 18.2 -
YUV 145.24 107.55 157.79 -
System Red Green Blue C M Y K H S L
Decimal 187 131 109 0 0.30 0.42 0.27 16.92 0.36 0.58
Hex BB 83 6D 0 1E 2A 1B 11 24 3A
Octal 273 203 155 0 36 52 33 21 44 72
Binary 10111011 10000011 1101101 0 11110 101010 11011 10001 100100 111010

Color Harmonies of #BB836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB836D

Black with #BB836D

Text Example


Text Example

White with #BB836D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB836D; }

 p { color: rgb(187,131,109); }

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

background-color css

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

 a { background-color: rgb(187,131,109); }

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

border-color css

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

 span { border-color: rgb(187,131,109); }

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