Html Css Color HEX #B7807D Brandy Rose

📋 copy color: '#B7807D'

red 183 ◦ green 128 ◦ blue 125

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

Shades of Brandy Rose #B7807D

Tints of Brandy Rose #B7807D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.67%

R = 41.97%
G = 29.36%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B7807D (or 0xB7807D) is known color: Brandy Rose. HEX triplet: B7, 80 and 7D. RGB value is (183,128,125). Sum of RGB (Red+Green+Blue) = 183+128+125=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B7807D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7807D is #487F82. Grayscale: #909090. Windows color (decimal): -4751235 or 8224951. OLE color: 8224951.

HSL color Cylindrical-coordinate representation of color #B7807D: hue angle of 3.1º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B7807D is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 128 125 -
CMYK 0 0.30 0.32 0.28
HSL 3.1º 0.29% 0.6% -
HSV(B) 3.1º 0.32% 0.72% -
XYZ 30.95 26.99 22.98 -
YUV 144.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 183 128 125 0 0.30 0.32 0.28 3.1 0.29 0.6
Hex B7 80 7D 0 1E 20 1C 3 1D 3C
Octal 267 200 175 0 36 40 34 3 35 74
Binary 10110111 10000000 1111101 0 11110 100000 11100 11 11101 111100

Color Harmonies of #B7807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7807D

Black with #B7807D

Text Example


Text Example

White with #B7807D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7807D; }

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

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

background-color css

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

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

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

border-color css

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

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

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