Html Css Color HEX #BF924C Tussock

📋 copy color: '#BF924C'

red 191 ◦ green 146 ◦ blue 76

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

Shades of Tussock #BF924C

Tints of Tussock #BF924C

RGB

 RED value IS 191 (75% from 255) = 46.25%

 GREEN value IS 146 (57.42% from 255) = 35.35%

 BLUE value IS 76 (30.08% from 255) = 18.4%

R = 46.25%
G = 35.35%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF924C (or 0xBF924C) is known color: Tussock. HEX triplet: BF, 92 and 4C. RGB value is (191,146,76). Sum of RGB (Red+Green+Blue) = 191+146+76=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF924C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF924C is #406DB3. Grayscale: #979797. Windows color (decimal): -4222388 or 5018303. OLE color: 5018303.

HSL color Cylindrical-coordinate representation of color #BF924C: hue angle of 36.52º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF924C is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 146 76 -
CMYK 0 0.24 0.60 0.25
HSL 36.52º 0.47% 0.52% -
HSV(B) 36.52º 0.6% 0.75% -
XYZ 33.07 32.16 11.3 -
YUV 151.48 85.41 156.19 -
System Red Green Blue C M Y K H S L
Decimal 191 146 76 0 0.24 0.60 0.25 36.52 0.47 0.52
Hex BF 92 4C 0 18 3C 19 25 2F 34
Octal 277 222 114 0 30 74 31 45 57 64
Binary 10111111 10010010 1001100 0 11000 111100 11001 100101 101111 110100

Color Harmonies of #BF924C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF924C

Black with #BF924C

Text Example


Text Example

White with #BF924C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF924C; }

 p { color: rgb(191,146,76); }

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

background-color css

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

 a { background-color: rgb(191,146,76); }

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

border-color css

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

 span { border-color: rgb(191,146,76); }

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