Html Css Color HEX #B68374 Brandy Rose

📋 copy color: '#B68374'

red 182 ◦ green 131 ◦ blue 116

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

Shades of Brandy Rose #B68374

Tints of Brandy Rose #B68374

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.54%

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

R = 42.42%
G = 30.54%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B68374 (or 0xB68374) is known color: Brandy Rose. HEX triplet: B6, 83 and 74. RGB value is (182,131,116). Sum of RGB (Red+Green+Blue) = 182+131+116=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 182 - color contains mainly: red. Hex color #B68374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68374 is #497C8B. Grayscale: #909090. Windows color (decimal): -4816012 or 7635894. OLE color: 7635894.

HSL color Cylindrical-coordinate representation of color #B68374: hue angle of 13.64º 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 #B68374 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 131 116 -
CMYK 0 0.28 0.36 0.29
HSL 13.64º 0.31% 0.58% -
HSV(B) 13.64º 0.36% 0.71% -
XYZ 30.56 27.44 20.21 -
YUV 144.54 111.9 154.72 -
System Red Green Blue C M Y K H S L
Decimal 182 131 116 0 0.28 0.36 0.29 13.64 0.31 0.58
Hex B6 83 74 0 1C 24 1D E 1F 3A
Octal 266 203 164 0 34 44 35 16 37 72
Binary 10110110 10000011 1110100 0 11100 100100 11101 1110 11111 111010

Color Harmonies of #B68374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68374

Black with #B68374

Text Example


Text Example

White with #B68374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68374; }

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

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

background-color css

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

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

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

border-color css

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

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

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