Html Css Color HEX #BFCA14 Rio Grande

📋 copy color: '#BFCA14'

red 191 ◦ green 202 ◦ blue 20

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

Shades of Rio Grande #BFCA14

Tints of Rio Grande #BFCA14

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.91%

 BLUE value IS 20 (8.2% from 255) = 4.84%

R = 46.25%
G = 48.91%
B = 4.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#BFCA14 (or 0xBFCA14) is known color: Rio Grande. HEX triplet: BF, CA and 14. RGB value is (191,202,20). Sum of RGB (Red+Green+Blue) = 191+202+20=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 202 (79.30% from 255 or 48.91% from 413); Blue value is 20 (8.20% from 255 or 4.84% from 413); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCA14 is #4035EB. Grayscale: #B2B2B2. Windows color (decimal): -4208108 or 1362623. OLE color: 1362623.

HSL color Cylindrical-coordinate representation of color #BFCA14: hue angle of 63.63º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFCA14 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 202 20 -
CMYK 0.05 0 0.90 0.21
HSL 63.63º 0.82% 0.44% -
HSV(B) 63.63º 0.9% 0.79% -
XYZ 42.73 53.37 8.71 -
YUV 177.96 38.86 137.3 -
System Red Green Blue C M Y K H S L
Decimal 191 202 20 0.05 0 0.90 0.21 63.63 0.82 0.44
Hex BF CA 14 5 0 5A 15 40 52 2C
Octal 277 312 24 5 0 132 25 100 122 54
Binary 10111111 11001010 10100 101 0 1011010 10101 1000000 1010010 101100

Color Harmonies of #BFCA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCA14

Black with #BFCA14

Text Example


Text Example

White with #BFCA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCA14; }

 p { color: rgb(191,202,20); }

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

background-color css

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

 a { background-color: rgb(191,202,20); }

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

border-color css

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

 span { border-color: rgb(191,202,20); }

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