Html Css Color HEX #B68672 Brandy Rose

📋 copy color: '#B68672'

red 182 ◦ green 134 ◦ blue 114

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

Shades of Brandy Rose #B68672

Tints of Brandy Rose #B68672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.16%

 BLUE value IS 114 (44.92% from 255) = 26.51%

R = 42.33%
G = 31.16%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B68672 (or 0xB68672) is known color: Brandy Rose. HEX triplet: B6, 86 and 72. RGB value is (182,134,114). Sum of RGB (Red+Green+Blue) = 182+134+114=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B68672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68672 is #49798D. Grayscale: #929292. Windows color (decimal): -4815246 or 7505590. OLE color: 7505590.

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

Color convert

RGB 182 134 114 -
CMYK 0 0.26 0.37 0.29
HSL 17.65º 0.32% 0.58% -
HSV(B) 17.65º 0.37% 0.71% -
XYZ 30.85 28.21 19.74 -
YUV 146.07 109.9 153.63 -
System Red Green Blue C M Y K H S L
Decimal 182 134 114 0 0.26 0.37 0.29 17.65 0.32 0.58
Hex B6 86 72 0 1A 25 1D 12 20 3A
Octal 266 206 162 0 32 45 35 22 40 72
Binary 10110110 10000110 1110010 0 11010 100101 11101 10010 100000 111010

Color Harmonies of #B68672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68672

Black with #B68672

Text Example


Text Example

White with #B68672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68672; }

 p { color: rgb(182,134,114); }

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

background-color css

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

 a { background-color: rgb(182,134,114); }

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

border-color css

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

 span { border-color: rgb(182,134,114); }

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