Html Css Color HEX #B6816D Brandy Rose

📋 copy color: '#B6816D'

red 182 ◦ green 129 ◦ blue 109

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

Shades of Brandy Rose #B6816D

Tints of Brandy Rose #B6816D

RGB

 RED value IS 182 (71.48% from 255) = 43.33%

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

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

R = 43.33%
G = 30.71%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B6816D (or 0xB6816D) is known color: Brandy Rose. HEX triplet: B6, 81 and 6D. RGB value is (182,129,109). Sum of RGB (Red+Green+Blue) = 182+129+109=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B6816D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6816D is #497E92. Grayscale: #8E8E8E. Windows color (decimal): -4816531 or 7176630. OLE color: 7176630.

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

Color convert

RGB 182 129 109 -
CMYK 0 0.29 0.40 0.29
HSL 16.44º 0.33% 0.57% -
HSV(B) 16.44º 0.4% 0.71% -
XYZ 29.9 26.75 18.06 -
YUV 142.57 109.06 156.13 -
System Red Green Blue C M Y K H S L
Decimal 182 129 109 0 0.29 0.40 0.29 16.44 0.33 0.57
Hex B6 81 6D 0 1D 28 1D 10 21 39
Octal 266 201 155 0 35 50 35 20 41 71
Binary 10110110 10000001 1101101 0 11101 101000 11101 10000 100001 111001

Color Harmonies of #B6816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6816D

Black with #B6816D

Text Example


Text Example

White with #B6816D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6816D; }

 p { color: rgb(182,129,109); }

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

background-color css

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

 a { background-color: rgb(182,129,109); }

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

border-color css

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

 span { border-color: rgb(182,129,109); }

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