Html Css Color HEX #B68575 Brandy Rose

📋 copy color: '#B68575'

red 182 ◦ green 133 ◦ blue 117

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

Shades of Brandy Rose #B68575

Tints of Brandy Rose #B68575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.79%

 BLUE value IS 117 (46.09% from 255) = 27.08%

R = 42.13%
G = 30.79%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B68575 (or 0xB68575) is known color: Brandy Rose. HEX triplet: B6, 85 and 75. RGB value is (182,133,117). Sum of RGB (Red+Green+Blue) = 182+133+117=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 182 - color contains mainly: red. Hex color #B68575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68575 is #497A8A. Grayscale: #919191. Windows color (decimal): -4815499 or 7701942. OLE color: 7701942.

HSL color Cylindrical-coordinate representation of color #B68575: hue angle of 14.77º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B68575 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 133 117 -
CMYK 0 0.27 0.36 0.29
HSL 14.77º 0.31% 0.59% -
HSV(B) 14.77º 0.36% 0.71% -
XYZ 30.89 28 20.61 -
YUV 145.83 111.73 153.8 -
System Red Green Blue C M Y K H S L
Decimal 182 133 117 0 0.27 0.36 0.29 14.77 0.31 0.59
Hex B6 85 75 0 1B 24 1D F 1F 3B
Octal 266 205 165 0 33 44 35 17 37 73
Binary 10110110 10000101 1110101 0 11011 100100 11101 1111 11111 111011

Color Harmonies of #B68575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68575

Black with #B68575

Text Example


Text Example

White with #B68575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68575; }

 p { color: rgb(182,133,117); }

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

background-color css

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

 a { background-color: rgb(182,133,117); }

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

border-color css

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

 span { border-color: rgb(182,133,117); }

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