Html Css Color HEX #B88C7A Brandy Rose

📋 copy color: '#B88C7A'

red 184 ◦ green 140 ◦ blue 122

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

Shades of Brandy Rose #B88C7A

Tints of Brandy Rose #B88C7A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.39%

 BLUE value IS 122 (48.05% from 255) = 27.35%

R = 41.26%
G = 31.39%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B88C7A (or 0xB88C7A) is known color: Brandy Rose. HEX triplet: B8, 8C and 7A. RGB value is (184,140,122). Sum of RGB (Red+Green+Blue) = 184+140+122=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 184 - color contains mainly: red. Hex color #B88C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88C7A is #477385. Grayscale: #979797. Windows color (decimal): -4682630 or 8031416. OLE color: 8031416.

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

Color convert

RGB 184 140 122 -
CMYK 0 0.24 0.34 0.28
HSL 17.42º 0.3% 0.6% -
HSV(B) 17.42º 0.34% 0.72% -
XYZ 32.66 30.35 22.55 -
YUV 151.1 111.58 151.46 -
System Red Green Blue C M Y K H S L
Decimal 184 140 122 0 0.24 0.34 0.28 17.42 0.3 0.6
Hex B8 8C 7A 0 18 22 1C 11 1E 3C
Octal 270 214 172 0 30 42 34 21 36 74
Binary 10111000 10001100 1111010 0 11000 100010 11100 10001 11110 111100

Color Harmonies of #B88C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88C7A

Black with #B88C7A

Text Example


Text Example

White with #B88C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88C7A; }

 p { color: rgb(184,140,122); }

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

background-color css

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

 a { background-color: rgb(184,140,122); }

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

border-color css

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

 span { border-color: rgb(184,140,122); }

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