Html Css Color HEX #B68870 Brandy Rose

📋 copy color: '#B68870'

red 182 ◦ green 136 ◦ blue 112

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

Shades of Brandy Rose #B68870

Tints of Brandy Rose #B68870

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.63%

 BLUE value IS 112 (44.14% from 255) = 26.05%

R = 42.33%
G = 31.63%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B68870 (or 0xB68870) is known color: Brandy Rose. HEX triplet: B6, 88 and 70. RGB value is (182,136,112). Sum of RGB (Red+Green+Blue) = 182+136+112=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B68870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68870 is #49778F. Grayscale: #939393. Windows color (decimal): -4814736 or 7375030. OLE color: 7375030.

HSL color Cylindrical-coordinate representation of color #B68870: hue angle of 20.57º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B68870 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 136 112 -
CMYK 0 0.25 0.38 0.29
HSL 20.57º 0.32% 0.58% -
HSV(B) 20.57º 0.38% 0.71% -
XYZ 31.02 28.72 19.24 -
YUV 147.02 108.24 152.95 -
System Red Green Blue C M Y K H S L
Decimal 182 136 112 0 0.25 0.38 0.29 20.57 0.32 0.58
Hex B6 88 70 0 19 26 1D 15 20 3A
Octal 266 210 160 0 31 46 35 25 40 72
Binary 10110110 10001000 1110000 0 11001 100110 11101 10101 100000 111010

Color Harmonies of #B68870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68870

Black with #B68870

Text Example


Text Example

White with #B68870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68870; }

 p { color: rgb(182,136,112); }

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

background-color css

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

 a { background-color: rgb(182,136,112); }

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

border-color css

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

 span { border-color: rgb(182,136,112); }

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