Html Css Color HEX #BFBC0D La Rioja

📋 copy color: '#BFBC0D'

red 191 ◦ green 188 ◦ blue 13

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

Shades of La Rioja #BFBC0D

Tints of La Rioja #BFBC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.32%

R = 48.72%
G = 47.96%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BFBC0D (or 0xBFBC0D) is known color: La Rioja. HEX triplet: BF, BC and 0D. RGB value is (191,188,13). Sum of RGB (Red+Green+Blue) = 191+188+13=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 13 (5.47% from 255 or 3.32% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBC0D is #4043F2. Grayscale: #A9A9A9. Windows color (decimal): -4211699 or 900287. OLE color: 900287.

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

Color convert

RGB 191 188 13 -
CMYK 0 0.02 0.93 0.25
HSL 58.99º 0.87% 0.4% -
HSV(B) 58.99º 0.93% 0.75% -
XYZ 39.54 47.07 7.38 -
YUV 168.95 39.99 143.73 -
System Red Green Blue C M Y K H S L
Decimal 191 188 13 0 0.02 0.93 0.25 58.99 0.87 0.4
Hex BF BC D 0 2 5D 19 3B 57 28
Octal 277 274 15 0 2 135 31 73 127 50
Binary 10111111 10111100 1101 0 10 1011101 11001 111011 1010111 101000

Color Harmonies of #BFBC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC0D

Black with #BFBC0D

Text Example


Text Example

White with #BFBC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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