Html Css Color HEX #BB934D Tussock

📋 copy color: '#BB934D'

red 187 ◦ green 147 ◦ blue 77

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

Shades of Tussock #BB934D

Tints of Tussock #BB934D

RGB

 RED value IS 187 (73.44% from 255) = 45.5%

 GREEN value IS 147 (57.81% from 255) = 35.77%

 BLUE value IS 77 (30.47% from 255) = 18.73%

R = 45.5%
G = 35.77%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB934D (or 0xBB934D) is known color: Tussock. HEX triplet: BB, 93 and 4D. RGB value is (187,147,77). Sum of RGB (Red+Green+Blue) = 187+147+77=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB934D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB934D is #446CB2. Grayscale: #979797. Windows color (decimal): -4484275 or 5084091. OLE color: 5084091.

HSL color Cylindrical-coordinate representation of color #BB934D: hue angle of 38.18º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB934D is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 147 77 -
CMYK 0 0.21 0.59 0.27
HSL 38.18º 0.45% 0.52% -
HSV(B) 38.18º 0.59% 0.73% -
XYZ 32.27 31.97 11.49 -
YUV 150.98 86.25 153.69 -
System Red Green Blue C M Y K H S L
Decimal 187 147 77 0 0.21 0.59 0.27 38.18 0.45 0.52
Hex BB 93 4D 0 15 3B 1B 26 2D 34
Octal 273 223 115 0 25 73 33 46 55 64
Binary 10111011 10010011 1001101 0 10101 111011 11011 100110 101101 110100

Color Harmonies of #BB934D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB934D

Black with #BB934D

Text Example


Text Example

White with #BB934D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB934D; }

 p { color: rgb(187,147,77); }

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

background-color css

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

 a { background-color: rgb(187,147,77); }

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

border-color css

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

 span { border-color: rgb(187,147,77); }

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