Html Css Color HEX #B89082 Brandy Rose

📋 copy color: '#B89082'

red 184 ◦ green 144 ◦ blue 130

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

Shades of Brandy Rose #B89082

Tints of Brandy Rose #B89082

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.44%

 BLUE value IS 130 (51.17% from 255) = 28.38%

R = 40.17%
G = 31.44%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B89082 (or 0xB89082) is known color: Brandy Rose. HEX triplet: B8, 90 and 82. RGB value is (184,144,130). Sum of RGB (Red+Green+Blue) = 184+144+130=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 184 - color contains mainly: red. Hex color #B89082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89082 is #476F7D. Grayscale: #9A9A9A. Windows color (decimal): -4681598 or 8556728. OLE color: 8556728.

HSL color Cylindrical-coordinate representation of color #B89082: hue angle of 15.56º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B89082 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 144 130 -
CMYK 0 0.22 0.29 0.28
HSL 15.56º 0.28% 0.62% -
HSV(B) 15.56º 0.29% 0.72% -
XYZ 33.77 31.75 25.47 -
YUV 154.36 114.25 149.14 -
System Red Green Blue C M Y K H S L
Decimal 184 144 130 0 0.22 0.29 0.28 15.56 0.28 0.62
Hex B8 90 82 0 16 1D 1C 10 1C 3E
Octal 270 220 202 0 26 35 34 20 34 76
Binary 10111000 10010000 10000010 0 10110 11101 11100 10000 11100 111110

Color Harmonies of #B89082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89082

Black with #B89082

Text Example


Text Example

White with #B89082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89082; }

 p { color: rgb(184,144,130); }

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

background-color css

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

 a { background-color: rgb(184,144,130); }

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

border-color css

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

 span { border-color: rgb(184,144,130); }

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