Html Css Color HEX #B7807A Brandy Rose

📋 copy color: '#B7807A'

red 183 ◦ green 128 ◦ blue 122

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

Shades of Brandy Rose #B7807A

Tints of Brandy Rose #B7807A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.18%

R = 42.26%
G = 29.56%
B = 28.18%

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

#B7807A (or 0xB7807A) is known color: Brandy Rose. HEX triplet: B7, 80 and 7A. RGB value is (183,128,122). Sum of RGB (Red+Green+Blue) = 183+128+122=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B7807A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7807A is #487F85. Grayscale: #8F8F8F. Windows color (decimal): -4751238 or 8028343. OLE color: 8028343.

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

Color convert

RGB 183 128 122 -
CMYK 0 0.30 0.33 0.28
HSL 5.9º 0.3% 0.6% -
HSV(B) 5.9º 0.33% 0.72% -
XYZ 30.76 26.91 21.99 -
YUV 143.76 115.72 155.99 -
System Red Green Blue C M Y K H S L
Decimal 183 128 122 0 0.30 0.33 0.28 5.9 0.3 0.6
Hex B7 80 7A 0 1E 21 1C 6 1E 3C
Octal 267 200 172 0 36 41 34 6 36 74
Binary 10110111 10000000 1111010 0 11110 100001 11100 110 11110 111100

Color Harmonies of #B7807A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7807A

Black with #B7807A

Text Example


Text Example

White with #B7807A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7807A; }

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

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

background-color css

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

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

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

border-color css

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

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

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