Html Css Color HEX #BFB255 Gimblet

📋 copy color: '#BFB255'

red 191 ◦ green 178 ◦ blue 85

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

Shades of Gimblet #BFB255

Tints of Gimblet #BFB255

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.21%

 BLUE value IS 85 (33.59% from 255) = 18.72%

R = 42.07%
G = 39.21%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BFB255 (or 0xBFB255) is known color: Gimblet. HEX triplet: BF, B2 and 55. RGB value is (191,178,85). Sum of RGB (Red+Green+Blue) = 191+178+85=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 85 (33.59% from 255 or 18.72% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB255 is #404DAA. Grayscale: #ABABAB. Windows color (decimal): -4214187 or 5616319. OLE color: 5616319.

HSL color Cylindrical-coordinate representation of color #BFB255: hue angle of 52.64º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFB255 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 178 85 -
CMYK 0 0.07 0.55 0.25
HSL 52.64º 0.45% 0.54% -
HSV(B) 52.64º 0.55% 0.75% -
XYZ 39.05 43.57 14.95 -
YUV 171.29 79.31 142.06 -
System Red Green Blue C M Y K H S L
Decimal 191 178 85 0 0.07 0.55 0.25 52.64 0.45 0.54
Hex BF B2 55 0 7 37 19 35 2D 36
Octal 277 262 125 0 7 67 31 65 55 66
Binary 10111111 10110010 1010101 0 111 110111 11001 110101 101101 110110

Color Harmonies of #BFB255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB255

Black with #BFB255

Text Example


Text Example

White with #BFB255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB255; }

 p { color: rgb(191,178,85); }

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

background-color css

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

 a { background-color: rgb(191,178,85); }

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

border-color css

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

 span { border-color: rgb(191,178,85); }

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