Html Css Color HEX #B7826D Brandy Rose

📋 copy color: '#B7826D'

red 183 ◦ green 130 ◦ blue 109

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

Shades of Brandy Rose #B7826D

Tints of Brandy Rose #B7826D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.83%

R = 43.36%
G = 30.81%
B = 25.83%

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

#B7826D (or 0xB7826D) is known color: Brandy Rose. HEX triplet: B7, 82 and 6D. RGB value is (183,130,109). Sum of RGB (Red+Green+Blue) = 183+130+109=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B7826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7826D is #487D92. Grayscale: #8F8F8F. Windows color (decimal): -4750739 or 7176887. OLE color: 7176887.

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

Color convert

RGB 183 130 109 -
CMYK 0 0.29 0.40 0.28
HSL 17.03º 0.34% 0.57% -
HSV(B) 17.03º 0.4% 0.72% -
XYZ 30.27 27.14 18.11 -
YUV 143.45 108.56 156.21 -
System Red Green Blue C M Y K H S L
Decimal 183 130 109 0 0.29 0.40 0.28 17.03 0.34 0.57
Hex B7 82 6D 0 1D 28 1C 11 22 39
Octal 267 202 155 0 35 50 34 21 42 71
Binary 10110111 10000010 1101101 0 11101 101000 11100 10001 100010 111001

Color Harmonies of #B7826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7826D

Black with #B7826D

Text Example


Text Example

White with #B7826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7826D; }

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

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

background-color css

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

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

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

border-color css

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

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

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