Html Css Color HEX #B9877C Brandy Rose

📋 copy color: '#B9877C'

red 185 ◦ green 135 ◦ blue 124

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

Shades of Brandy Rose #B9877C

Tints of Brandy Rose #B9877C

RGB

 RED value IS 185 (72.66% from 255) = 41.67%

 GREEN value IS 135 (53.13% from 255) = 30.41%

 BLUE value IS 124 (48.83% from 255) = 27.93%

R = 41.67%
G = 30.41%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9877C (or 0xB9877C) is known color: Brandy Rose. HEX triplet: B9, 87 and 7C. RGB value is (185,135,124). Sum of RGB (Red+Green+Blue) = 185+135+124=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B9877C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9877C is #467883. Grayscale: #949494. Windows color (decimal): -4618372 or 8161209. OLE color: 8161209.

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

Color convert

RGB 185 135 124 -
CMYK 0 0.27 0.33 0.27
HSL 10.82º 0.3% 0.61% -
HSV(B) 10.82º 0.33% 0.73% -
XYZ 32.31 29.1 22.98 -
YUV 148.7 114.07 153.89 -
System Red Green Blue C M Y K H S L
Decimal 185 135 124 0 0.27 0.33 0.27 10.82 0.3 0.61
Hex B9 87 7C 0 1B 21 1B B 1E 3D
Octal 271 207 174 0 33 41 33 13 36 75
Binary 10111001 10000111 1111100 0 11011 100001 11011 1011 11110 111101

Color Harmonies of #B9877C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9877C

Black with #B9877C

Text Example


Text Example

White with #B9877C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9877C; }

 p { color: rgb(185,135,124); }

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

background-color css

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

 a { background-color: rgb(185,135,124); }

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

border-color css

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

 span { border-color: rgb(185,135,124); }

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