Html Css Color HEX #B68075 Brandy Rose

📋 copy color: '#B68075'

red 182 ◦ green 128 ◦ blue 117

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

Shades of Brandy Rose #B68075

Tints of Brandy Rose #B68075

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.98%

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

R = 42.62%
G = 29.98%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B68075 (or 0xB68075) is known color: Brandy Rose. HEX triplet: B6, 80 and 75. RGB value is (182,128,117). Sum of RGB (Red+Green+Blue) = 182+128+117=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B68075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68075 is #497F8A. Grayscale: #8E8E8E. Windows color (decimal): -4816779 or 7700662. OLE color: 7700662.

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

Color convert

RGB 182 128 117 -
CMYK 0 0.30 0.36 0.29
HSL 10.15º 0.31% 0.59% -
HSV(B) 10.15º 0.36% 0.71% -
XYZ 30.22 26.67 20.38 -
YUV 142.89 113.39 155.89 -
System Red Green Blue C M Y K H S L
Decimal 182 128 117 0 0.30 0.36 0.29 10.15 0.31 0.59
Hex B6 80 75 0 1E 24 1D A 1F 3B
Octal 266 200 165 0 36 44 35 12 37 73
Binary 10110110 10000000 1110101 0 11110 100100 11101 1010 11111 111011

Color Harmonies of #B68075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68075

Black with #B68075

Text Example


Text Example

White with #B68075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68075; }

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

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

background-color css

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

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

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

border-color css

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

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

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