Html Css Color HEX #BFCF13 Rio Grande

📋 copy color: '#BFCF13'

red 191 ◦ green 207 ◦ blue 19

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

Shades of Rio Grande #BFCF13

Tints of Rio Grande #BFCF13

RGB

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

 GREEN value IS 207 (81.25% from 255) = 49.64%

 BLUE value IS 19 (7.81% from 255) = 4.56%

R = 45.8%
G = 49.64%
B = 4.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#BFCF13 (or 0xBFCF13) is known color: Rio Grande. HEX triplet: BF, CF and 13. RGB value is (191,207,19). Sum of RGB (Red+Green+Blue) = 191+207+19=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 207 (81.25% from 255 or 49.64% from 417); Blue value is 19 (7.81% from 255 or 4.56% from 417); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCF13 is #4030EC. Grayscale: #B5B5B5. Windows color (decimal): -4206829 or 1298367. OLE color: 1298367.

HSL color Cylindrical-coordinate representation of color #BFCF13: hue angle of 65.11º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFCF13 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 207 19 -
CMYK 0.08 0 0.91 0.19
HSL 65.11º 0.83% 0.44% -
HSV(B) 65.11º 0.91% 0.81% -
XYZ 43.92 55.75 9.06 -
YUV 180.78 36.7 135.29 -
System Red Green Blue C M Y K H S L
Decimal 191 207 19 0.08 0 0.91 0.19 65.11 0.83 0.44
Hex BF CF 13 8 0 5B 13 41 53 2C
Octal 277 317 23 10 0 133 23 101 123 54
Binary 10111111 11001111 10011 1000 0 1011011 10011 1000001 1010011 101100

Color Harmonies of #BFCF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCF13

Black with #BFCF13

Text Example


Text Example

White with #BFCF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCF13; }

 p { color: rgb(191,207,19); }

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

background-color css

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

 a { background-color: rgb(191,207,19); }

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

border-color css

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

 span { border-color: rgb(191,207,19); }

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