Html Css Color HEX #BFB20C La Rioja

📋 copy color: '#BFB20C'

red 191 ◦ green 178 ◦ blue 12

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

Shades of La Rioja #BFB20C

Tints of La Rioja #BFB20C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.15%

R = 50.13%
G = 46.72%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BFB20C (or 0xBFB20C) is known color: La Rioja. HEX triplet: BF, B2 and 0C. RGB value is (191,178,12). Sum of RGB (Red+Green+Blue) = 191+178+12=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB20C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFB20C is #404DF3. Grayscale: #A3A3A3. Windows color (decimal): -4214260 or 832191. OLE color: 832191.

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

Color convert

RGB 191 178 12 -
CMYK 0 0.07 0.94 0.25
HSL 55.64º 0.88% 0.4% -
HSV(B) 55.64º 0.94% 0.75% -
XYZ 37.47 42.94 6.66 -
YUV 162.96 42.81 148 -
System Red Green Blue C M Y K H S L
Decimal 191 178 12 0 0.07 0.94 0.25 55.64 0.88 0.4
Hex BF B2 C 0 7 5E 19 38 58 28
Octal 277 262 14 0 7 136 31 70 130 50
Binary 10111111 10110010 1100 0 111 1011110 11001 111000 1011000 101000

Color Harmonies of #BFB20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB20C

Black with #BFB20C

Text Example


Text Example

White with #BFB20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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