Html Css Color HEX #B7877B Brandy Rose

📋 copy color: '#B7877B'

red 183 ◦ green 135 ◦ blue 123

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

Shades of Brandy Rose #B7877B

Tints of Brandy Rose #B7877B

RGB

 RED value IS 183 (71.88% from 255) = 41.5%

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

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

R = 41.5%
G = 30.61%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B7877B (or 0xB7877B) is known color: Brandy Rose. HEX triplet: B7, 87 and 7B. RGB value is (183,135,123). Sum of RGB (Red+Green+Blue) = 183+135+123=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B7877B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7877B is #487884. Grayscale: #949494. Windows color (decimal): -4749445 or 8095671. OLE color: 8095671.

HSL color Cylindrical-coordinate representation of color #B7877B: hue angle of 12º degrees, saturation: 0.29, 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 #B7877B is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 135 123 -
CMYK 0 0.26 0.33 0.28
HSL 12º 0.29% 0.6% -
HSV(B) 12º 0.33% 0.72% -
XYZ 31.77 28.83 22.63 -
YUV 147.98 113.9 152.98 -
System Red Green Blue C M Y K H S L
Decimal 183 135 123 0 0.26 0.33 0.28 12 0.29 0.6
Hex B7 87 7B 0 1A 21 1C C 1D 3C
Octal 267 207 173 0 32 41 34 14 35 74
Binary 10110111 10000111 1111011 0 11010 100001 11100 1100 11101 111100

Color Harmonies of #B7877B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7877B

Black with #B7877B

Text Example


Text Example

White with #B7877B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7877B; }

 p { color: rgb(183,135,123); }

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

background-color css

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

 a { background-color: rgb(183,135,123); }

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

border-color css

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

 span { border-color: rgb(183,135,123); }

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