Html Css Color HEX #B7867B Brandy Rose

📋 copy color: '#B7867B'

red 183 ◦ green 134 ◦ blue 123

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

Shades of Brandy Rose #B7867B

Tints of Brandy Rose #B7867B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.45%

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

R = 41.59%
G = 30.45%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B7867B (or 0xB7867B) is known color: Brandy Rose. HEX triplet: B7, 86 and 7B. RGB value is (183,134,123). Sum of RGB (Red+Green+Blue) = 183+134+123=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B7867B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7867B is #487984. Grayscale: #939393. Windows color (decimal): -4749701 or 8095415. OLE color: 8095415.

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

Color convert

RGB 183 134 123 -
CMYK 0 0.27 0.33 0.28
HSL 11º 0.29% 0.6% -
HSV(B) 11º 0.33% 0.72% -
XYZ 31.63 28.55 22.58 -
YUV 147.4 114.23 153.39 -
System Red Green Blue C M Y K H S L
Decimal 183 134 123 0 0.27 0.33 0.28 11 0.29 0.6
Hex B7 86 7B 0 1B 21 1C B 1D 3C
Octal 267 206 173 0 33 41 34 13 35 74
Binary 10110111 10000110 1111011 0 11011 100001 11100 1011 11101 111100

Color Harmonies of #B7867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7867B

Black with #B7867B

Text Example


Text Example

White with #B7867B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7867B; }

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

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

background-color css

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

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

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

border-color css

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

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

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