Html Css Color HEX #B7816B Brandy Rose

📋 copy color: '#B7816B'

red 183 ◦ green 129 ◦ blue 107

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

Shades of Brandy Rose #B7816B

Tints of Brandy Rose #B7816B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.79%

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

R = 43.68%
G = 30.79%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B7816B (or 0xB7816B) is known color: Brandy Rose. HEX triplet: B7, 81 and 6B. RGB value is (183,129,107). Sum of RGB (Red+Green+Blue) = 183+129+107=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B7816B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7816B is #487E94. Grayscale: #8E8E8E. Windows color (decimal): -4750997 or 7045559. OLE color: 7045559.

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

Color convert

RGB 183 129 107 -
CMYK 0 0.30 0.42 0.28
HSL 17.37º 0.35% 0.57% -
HSV(B) 17.37º 0.42% 0.72% -
XYZ 30.03 26.83 17.51 -
YUV 142.64 107.89 156.79 -
System Red Green Blue C M Y K H S L
Decimal 183 129 107 0 0.30 0.42 0.28 17.37 0.35 0.57
Hex B7 81 6B 0 1E 2A 1C 11 23 39
Octal 267 201 153 0 36 52 34 21 43 71
Binary 10110111 10000001 1101011 0 11110 101010 11100 10001 100011 111001

Color Harmonies of #B7816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7816B

Black with #B7816B

Text Example


Text Example

White with #B7816B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7816B; }

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

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

background-color css

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

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

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

border-color css

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

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

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