Html Css Color HEX #B88B7B Brandy Rose

📋 copy color: '#B88B7B'

red 184 ◦ green 139 ◦ blue 123

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

Shades of Brandy Rose #B88B7B

Tints of Brandy Rose #B88B7B

RGB

 RED value IS 184 (72.27% from 255) = 41.26%

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

 BLUE value IS 123 (48.44% from 255) = 27.58%

R = 41.26%
G = 31.17%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B88B7B (or 0xB88B7B) is known color: Brandy Rose. HEX triplet: B8, 8B and 7B. RGB value is (184,139,123). Sum of RGB (Red+Green+Blue) = 184+139+123=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 184 - color contains mainly: red. Hex color #B88B7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88B7B is #477484. Grayscale: #969696. Windows color (decimal): -4682885 or 8096696. OLE color: 8096696.

HSL color Cylindrical-coordinate representation of color #B88B7B: hue angle of 15.74º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B88B7B is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 139 123 -
CMYK 0 0.24 0.33 0.28
HSL 15.74º 0.3% 0.6% -
HSV(B) 15.74º 0.33% 0.72% -
XYZ 32.57 30.09 22.83 -
YUV 150.63 112.41 151.8 -
System Red Green Blue C M Y K H S L
Decimal 184 139 123 0 0.24 0.33 0.28 15.74 0.3 0.6
Hex B8 8B 7B 0 18 21 1C 10 1E 3C
Octal 270 213 173 0 30 41 34 20 36 74
Binary 10111000 10001011 1111011 0 11000 100001 11100 10000 11110 111100

Color Harmonies of #B88B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88B7B

Black with #B88B7B

Text Example


Text Example

White with #B88B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88B7B; }

 p { color: rgb(184,139,123); }

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

background-color css

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

 a { background-color: rgb(184,139,123); }

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

border-color css

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

 span { border-color: rgb(184,139,123); }

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