Html Css Color HEX #B7826E Brandy Rose

📋 copy color: '#B7826E'

red 183 ◦ green 130 ◦ blue 110

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

Shades of Brandy Rose #B7826E

Tints of Brandy Rose #B7826E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.73%

 BLUE value IS 110 (43.36% from 255) = 26%

R = 43.26%
G = 30.73%
B = 26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B7826E (or 0xB7826E) is known color: Brandy Rose. HEX triplet: B7, 82 and 6E. RGB value is (183,130,110). Sum of RGB (Red+Green+Blue) = 183+130+110=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B7826E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7826E is #487D91. Grayscale: #8F8F8F. Windows color (decimal): -4750738 or 7242423. OLE color: 7242423.

HSL color Cylindrical-coordinate representation of color #B7826E: hue angle of 16.44º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7826E is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 130 110 -
CMYK 0 0.29 0.40 0.28
HSL 16.44º 0.34% 0.57% -
HSV(B) 16.44º 0.4% 0.72% -
XYZ 30.33 27.16 18.4 -
YUV 143.57 109.06 156.13 -
System Red Green Blue C M Y K H S L
Decimal 183 130 110 0 0.29 0.40 0.28 16.44 0.34 0.57
Hex B7 82 6E 0 1D 28 1C 10 22 39
Octal 267 202 156 0 35 50 34 20 42 71
Binary 10110111 10000010 1101110 0 11101 101000 11100 10000 100010 111001

Color Harmonies of #B7826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7826E

Black with #B7826E

Text Example


Text Example

White with #B7826E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7826E; }

 p { color: rgb(183,130,110); }

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

background-color css

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

 a { background-color: rgb(183,130,110); }

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

border-color css

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

 span { border-color: rgb(183,130,110); }

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