Html Css Color HEX #BFB35C Gimblet

📋 copy color: '#BFB35C'

red 191 ◦ green 179 ◦ blue 92

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

Shades of Gimblet #BFB35C

Tints of Gimblet #BFB35C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.91%

R = 41.34%
G = 38.74%
B = 19.91%

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

#BFB35C (or 0xBFB35C) is known color: Gimblet. HEX triplet: BF, B3 and 5C. RGB value is (191,179,92). Sum of RGB (Red+Green+Blue) = 191+179+92=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB35C is #404CA3. Grayscale: #ADADAD. Windows color (decimal): -4213924 or 6075327. OLE color: 6075327.

HSL color Cylindrical-coordinate representation of color #BFB35C: hue angle of 52.73º 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 #BFB35C is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 179 92 -
CMYK 0 0.06 0.52 0.25
HSL 52.73º 0.44% 0.55% -
HSV(B) 52.73º 0.52% 0.75% -
XYZ 39.54 44.09 16.55 -
YUV 172.67 82.48 141.07 -
System Red Green Blue C M Y K H S L
Decimal 191 179 92 0 0.06 0.52 0.25 52.73 0.44 0.55
Hex BF B3 5C 0 6 34 19 35 2C 37
Octal 277 263 134 0 6 64 31 65 54 67
Binary 10111111 10110011 1011100 0 110 110100 11001 110101 101100 110111

Color Harmonies of #BFB35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB35C

Black with #BFB35C

Text Example


Text Example

White with #BFB35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB35C; }

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

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

background-color css

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

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

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

border-color css

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

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

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