Html Css Color HEX #BFBC03 La Rioja

📋 copy color: '#BFBC03'

red 191 ◦ green 188 ◦ blue 3

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

Shades of La Rioja #BFBC03

Tints of La Rioja #BFBC03

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.21%

 BLUE value IS 3 (1.56% from 255) = 0.79%

R = 50%
G = 49.21%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BFBC03 (or 0xBFBC03) is known color: La Rioja. HEX triplet: BF, BC and 03. RGB value is (191,188,3). Sum of RGB (Red+Green+Blue) = 191+188+3=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 3 (1.56% from 255 or 0.79% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBC03 is #4043FC. Grayscale: #A8A8A8. Windows color (decimal): -4211709 or 244927. OLE color: 244927.

HSL color Cylindrical-coordinate representation of color #BFBC03: hue angle of 59.04º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BFBC03 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 188 3 -
CMYK 0 0.02 0.98 0.25
HSL 59.04º 0.97% 0.38% -
HSV(B) 59.04º 0.98% 0.75% -
XYZ 39.49 47.05 7.09 -
YUV 167.81 34.99 144.54 -
System Red Green Blue C M Y K H S L
Decimal 191 188 3 0 0.02 0.98 0.25 59.04 0.97 0.38
Hex BF BC 3 0 2 62 19 3B 61 26
Octal 277 274 3 0 2 142 31 73 141 46
Binary 10111111 10111100 11 0 10 1100010 11001 111011 1100001 100110

Color Harmonies of #BFBC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC03

Black with #BFBC03

Text Example


Text Example

White with #BFBC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC03; }

 p { color: rgb(191,188,3); }

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

background-color css

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

 a { background-color: rgb(191,188,3); }

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

border-color css

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

 span { border-color: rgb(191,188,3); }

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