Html Css Color HEX #BFBC09 La Rioja

📋 copy color: '#BFBC09'

red 191 ◦ green 188 ◦ blue 9

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

Shades of La Rioja #BFBC09

Tints of La Rioja #BFBC09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.32%

R = 49.23%
G = 48.45%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BFBC09 (or 0xBFBC09) is known color: La Rioja. HEX triplet: BF, BC and 09. RGB value is (191,188,9). Sum of RGB (Red+Green+Blue) = 191+188+9=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 9 (3.91% from 255 or 2.32% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBC09 is #4043F6. Grayscale: #A9A9A9. Windows color (decimal): -4211703 or 638143. OLE color: 638143.

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

Color convert

RGB 191 188 9 -
CMYK 0 0.02 0.95 0.25
HSL 59.01º 0.91% 0.39% -
HSV(B) 59.01º 0.95% 0.75% -
XYZ 39.52 47.06 7.26 -
YUV 168.49 37.99 144.05 -
System Red Green Blue C M Y K H S L
Decimal 191 188 9 0 0.02 0.95 0.25 59.01 0.91 0.39
Hex BF BC 9 0 2 5F 19 3B 5B 27
Octal 277 274 11 0 2 137 31 73 133 47
Binary 10111111 10111100 1001 0 10 1011111 11001 111011 1011011 100111

Color Harmonies of #BFBC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC09

Black with #BFBC09

Text Example


Text Example

White with #BFBC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC09; }

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

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

background-color css

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

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

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

border-color css

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

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

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