Html Css Color HEX #BFB70C La Rioja

📋 copy color: '#BFB70C'

red 191 ◦ green 183 ◦ blue 12

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

Shades of La Rioja #BFB70C

Tints of La Rioja #BFB70C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.41%

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

R = 49.48%
G = 47.41%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BFB70C (or 0xBFB70C) is known color: La Rioja. HEX triplet: BF, B7 and 0C. RGB value is (191,183,12). Sum of RGB (Red+Green+Blue) = 191+183+12=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 12 (5.08% from 255 or 3.11% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB70C is #4048F3. Grayscale: #A6A6A6. Windows color (decimal): -4212980 or 833471. OLE color: 833471.

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

Color convert

RGB 191 183 12 -
CMYK 0 0.04 0.94 0.25
HSL 57.32º 0.88% 0.4% -
HSV(B) 57.32º 0.94% 0.75% -
XYZ 38.49 44.97 7 -
YUV 165.9 41.15 145.9 -
System Red Green Blue C M Y K H S L
Decimal 191 183 12 0 0.04 0.94 0.25 57.32 0.88 0.4
Hex BF B7 C 0 4 5E 19 39 58 28
Octal 277 267 14 0 4 136 31 71 130 50
Binary 10111111 10110111 1100 0 100 1011110 11001 111001 1011000 101000

Color Harmonies of #BFB70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB70C

Black with #BFB70C

Text Example


Text Example

White with #BFB70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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