Html Css Color HEX #BB7D75 Brandy Rose

📋 copy color: '#BB7D75'

red 187 ◦ green 125 ◦ blue 117

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

Shades of Brandy Rose #BB7D75

Tints of Brandy Rose #BB7D75

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.14%

 BLUE value IS 117 (46.09% from 255) = 27.27%

R = 43.59%
G = 29.14%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB7D75 (or 0xBB7D75) is known color: Brandy Rose. HEX triplet: BB, 7D and 75. RGB value is (187,125,117). Sum of RGB (Red+Green+Blue) = 187+125+117=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7D75 is #44828A. Grayscale: #8E8E8E. Windows color (decimal): -4489867 or 7699899. OLE color: 7699899.

HSL color Cylindrical-coordinate representation of color #BB7D75: hue angle of 6.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB7D75 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 125 117 -
CMYK 0 0.33 0.37 0.27
HSL 6.86º 0.34% 0.6% -
HSV(B) 6.86º 0.37% 0.73% -
XYZ 31.04 26.52 20.31 -
YUV 142.63 113.54 159.65 -
System Red Green Blue C M Y K H S L
Decimal 187 125 117 0 0.33 0.37 0.27 6.86 0.34 0.6
Hex BB 7D 75 0 21 25 1B 7 22 3C
Octal 273 175 165 0 41 45 33 7 42 74
Binary 10111011 1111101 1110101 0 100001 100101 11011 111 100010 111100

Color Harmonies of #BB7D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7D75

Black with #BB7D75

Text Example


Text Example

White with #BB7D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7D75; }

 p { color: rgb(187,125,117); }

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

background-color css

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

 a { background-color: rgb(187,125,117); }

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

border-color css

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

 span { border-color: rgb(187,125,117); }

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