Html Css Color HEX #B67C6E Brandy Rose

📋 copy color: '#B67C6E'

red 182 ◦ green 124 ◦ blue 110

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

Shades of Brandy Rose #B67C6E

Tints of Brandy Rose #B67C6E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.81%

 BLUE value IS 110 (43.36% from 255) = 26.44%

R = 43.75%
G = 29.81%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B67C6E (or 0xB67C6E) is known color: Brandy Rose. HEX triplet: B6, 7C and 6E. RGB value is (182,124,110). Sum of RGB (Red+Green+Blue) = 182+124+110=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67C6E is #498391. Grayscale: #8B8B8B. Windows color (decimal): -4817810 or 7240886. OLE color: 7240886.

HSL color Cylindrical-coordinate representation of color #B67C6E: hue angle of 11.67º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B67C6E is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 124 110 -
CMYK 0 0.32 0.40 0.29
HSL 11.67º 0.33% 0.57% -
HSV(B) 11.67º 0.4% 0.71% -
XYZ 29.31 25.49 18.13 -
YUV 139.75 111.22 158.14 -
System Red Green Blue C M Y K H S L
Decimal 182 124 110 0 0.32 0.40 0.29 11.67 0.33 0.57
Hex B6 7C 6E 0 20 28 1D C 21 39
Octal 266 174 156 0 40 50 35 14 41 71
Binary 10110110 1111100 1101110 0 100000 101000 11101 1100 100001 111001

Color Harmonies of #B67C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67C6E

Black with #B67C6E

Text Example


Text Example

White with #B67C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67C6E; }

 p { color: rgb(182,124,110); }

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

background-color css

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

 a { background-color: rgb(182,124,110); }

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

border-color css

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

 span { border-color: rgb(182,124,110); }

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