Html Css Color HEX #B7807B Brandy Rose

📋 copy color: '#B7807B'

red 183 ◦ green 128 ◦ blue 123

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

Shades of Brandy Rose #B7807B

Tints of Brandy Rose #B7807B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.49%

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

R = 42.17%
G = 29.49%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B7807B (or 0xB7807B) is known color: Brandy Rose. HEX triplet: B7, 80 and 7B. RGB value is (183,128,123). Sum of RGB (Red+Green+Blue) = 183+128+123=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B7807B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7807B is #487F84. Grayscale: #8F8F8F. Windows color (decimal): -4751237 or 8093879. OLE color: 8093879.

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

Color convert

RGB 183 128 123 -
CMYK 0 0.30 0.33 0.28
HSL 0.29% 0.6% -
HSV(B) 0.33% 0.72% -
XYZ 30.82 26.94 22.31 -
YUV 143.88 116.22 155.91 -
System Red Green Blue C M Y K H S L
Decimal 183 128 123 0 0.30 0.33 0.28 5 0.29 0.6
Hex B7 80 7B 0 1E 21 1C 5 1D 3C
Octal 267 200 173 0 36 41 34 5 35 74
Binary 10110111 10000000 1111011 0 11110 100001 11100 101 11101 111100

Color Harmonies of #B7807B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7807B

Black with #B7807B

Text Example


Text Example

White with #B7807B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7807B; }

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

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

background-color css

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

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

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

border-color css

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

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

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