Html Css Color HEX #B68773 Brandy Rose

📋 copy color: '#B68773'

red 182 ◦ green 135 ◦ blue 115

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

Shades of Brandy Rose #B68773

Tints of Brandy Rose #B68773

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.25%

 BLUE value IS 115 (45.31% from 255) = 26.62%

R = 42.13%
G = 31.25%
B = 26.62%

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

#B68773 (or 0xB68773) is known color: Brandy Rose. HEX triplet: B6, 87 and 73. RGB value is (182,135,115). Sum of RGB (Red+Green+Blue) = 182+135+115=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 115 (45.31% from 255 or 26.62% from 432); Max value from RGB is 182 - color contains mainly: red. Hex color #B68773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68773 is #49788C. Grayscale: #929292. Windows color (decimal): -4814989 or 7571382. OLE color: 7571382.

HSL color Cylindrical-coordinate representation of color #B68773: hue angle of 17.91º degrees, saturation: 0.31, 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 #B68773 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 135 115 -
CMYK 0 0.26 0.37 0.29
HSL 17.91º 0.31% 0.58% -
HSV(B) 17.91º 0.37% 0.71% -
XYZ 31.05 28.51 20.09 -
YUV 146.77 110.07 153.13 -
System Red Green Blue C M Y K H S L
Decimal 182 135 115 0 0.26 0.37 0.29 17.91 0.31 0.58
Hex B6 87 73 0 1A 25 1D 12 1F 3A
Octal 266 207 163 0 32 45 35 22 37 72
Binary 10110110 10000111 1110011 0 11010 100101 11101 10010 11111 111010

Color Harmonies of #B68773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68773

Black with #B68773

Text Example


Text Example

White with #B68773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68773; }

 p { color: rgb(182,135,115); }

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

background-color css

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

 a { background-color: rgb(182,135,115); }

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

border-color css

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

 span { border-color: rgb(182,135,115); }

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