Html Css Color HEX #BFB35B Gimblet

📋 copy color: '#BFB35B'

red 191 ◦ green 179 ◦ blue 91

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

Shades of Gimblet #BFB35B

Tints of Gimblet #BFB35B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.83%

 BLUE value IS 91 (35.94% from 255) = 19.74%

R = 41.43%
G = 38.83%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BFB35B (or 0xBFB35B) is known color: Gimblet. HEX triplet: BF, B3 and 5B. RGB value is (191,179,91). Sum of RGB (Red+Green+Blue) = 191+179+91=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB35B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB35B is #404CA4. Grayscale: #ACACAC. Windows color (decimal): -4213925 or 6009791. OLE color: 6009791.

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

Color convert

RGB 191 179 91 -
CMYK 0 0.06 0.52 0.25
HSL 52.8º 0.44% 0.55% -
HSV(B) 52.8º 0.52% 0.75% -
XYZ 39.49 44.07 16.32 -
YUV 172.56 81.98 141.16 -
System Red Green Blue C M Y K H S L
Decimal 191 179 91 0 0.06 0.52 0.25 52.8 0.44 0.55
Hex BF B3 5B 0 6 34 19 35 2C 37
Octal 277 263 133 0 6 64 31 65 54 67
Binary 10111111 10110011 1011011 0 110 110100 11001 110101 101100 110111

Color Harmonies of #BFB35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB35B

Black with #BFB35B

Text Example


Text Example

White with #BFB35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB35B; }

 p { color: rgb(191,179,91); }

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

background-color css

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

 a { background-color: rgb(191,179,91); }

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

border-color css

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

 span { border-color: rgb(191,179,91); }

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