Html Css Color HEX #BFB40C La Rioja

📋 copy color: '#BFB40C'

red 191 ◦ green 180 ◦ blue 12

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

Shades of La Rioja #BFB40C

Tints of La Rioja #BFB40C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47%

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

R = 49.87%
G = 47%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BFB40C (or 0xBFB40C) is known color: La Rioja. HEX triplet: BF, B4 and 0C. RGB value is (191,180,12). Sum of RGB (Red+Green+Blue) = 191+180+12=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB40C is #404BF3. Grayscale: #A4A4A4. Windows color (decimal): -4213748 or 832703. OLE color: 832703.

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

Color convert

RGB 191 180 12 -
CMYK 0 0.06 0.94 0.25
HSL 56.31º 0.88% 0.4% -
HSV(B) 56.31º 0.94% 0.75% -
XYZ 37.87 43.75 6.8 -
YUV 164.14 42.14 147.16 -
System Red Green Blue C M Y K H S L
Decimal 191 180 12 0 0.06 0.94 0.25 56.31 0.88 0.4
Hex BF B4 C 0 6 5E 19 38 58 28
Octal 277 264 14 0 6 136 31 70 130 50
Binary 10111111 10110100 1100 0 110 1011110 11001 111000 1011000 101000

Color Harmonies of #BFB40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB40C

Black with #BFB40C

Text Example


Text Example

White with #BFB40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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