Html Css Color HEX #B68574 Brandy Rose

📋 copy color: '#B68574'

red 182 ◦ green 133 ◦ blue 116

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

Shades of Brandy Rose #B68574

Tints of Brandy Rose #B68574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.91%

R = 42.23%
G = 30.86%
B = 26.91%

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

#B68574 (or 0xB68574) is known color: Brandy Rose. HEX triplet: B6, 85 and 74. RGB value is (182,133,116). Sum of RGB (Red+Green+Blue) = 182+133+116=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B68574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68574 is #497A8B. Grayscale: #919191. Windows color (decimal): -4815500 or 7636406. OLE color: 7636406.

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

Color convert

RGB 182 133 116 -
CMYK 0 0.27 0.36 0.29
HSL 15.45º 0.31% 0.58% -
HSV(B) 15.45º 0.36% 0.71% -
XYZ 30.83 27.98 20.3 -
YUV 145.71 111.23 153.88 -
System Red Green Blue C M Y K H S L
Decimal 182 133 116 0 0.27 0.36 0.29 15.45 0.31 0.58
Hex B6 85 74 0 1B 24 1D F 1F 3A
Octal 266 205 164 0 33 44 35 17 37 72
Binary 10110110 10000101 1110100 0 11011 100100 11101 1111 11111 111010

Color Harmonies of #B68574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68574

Black with #B68574

Text Example


Text Example

White with #B68574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68574; }

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

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

background-color css

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

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

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

border-color css

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

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

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