Html Css Color HEX #B7826B Brandy Rose

📋 copy color: '#B7826B'

red 183 ◦ green 130 ◦ blue 107

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

Shades of Brandy Rose #B7826B

Tints of Brandy Rose #B7826B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.48%

R = 43.57%
G = 30.95%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B7826B (or 0xB7826B) is known color: Brandy Rose. HEX triplet: B7, 82 and 6B. RGB value is (183,130,107). Sum of RGB (Red+Green+Blue) = 183+130+107=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B7826B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7826B is #487D94. Grayscale: #8F8F8F. Windows color (decimal): -4750741 or 7045815. OLE color: 7045815.

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

Color convert

RGB 183 130 107 -
CMYK 0 0.29 0.42 0.28
HSL 18.16º 0.35% 0.57% -
HSV(B) 18.16º 0.42% 0.72% -
XYZ 30.16 27.09 17.55 -
YUV 143.23 107.56 156.37 -
System Red Green Blue C M Y K H S L
Decimal 183 130 107 0 0.29 0.42 0.28 18.16 0.35 0.57
Hex B7 82 6B 0 1D 2A 1C 12 23 39
Octal 267 202 153 0 35 52 34 22 43 71
Binary 10110111 10000010 1101011 0 11101 101010 11100 10010 100011 111001

Color Harmonies of #B7826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7826B

Black with #B7826B

Text Example


Text Example

White with #B7826B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7826B; }

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

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

background-color css

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

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

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

border-color css

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

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

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