Html Css Color HEX #BFCD0B La Rioja

📋 copy color: '#BFCD0B'

red 191 ◦ green 205 ◦ blue 11

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

Shades of La Rioja #BFCD0B

Tints of La Rioja #BFCD0B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.37%

 BLUE value IS 11 (4.69% from 255) = 2.7%

R = 46.93%
G = 50.37%
B = 2.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#BFCD0B (or 0xBFCD0B) is known color: La Rioja. HEX triplet: BF, CD and 0B. RGB value is (191,205,11). Sum of RGB (Red+Green+Blue) = 191+205+11=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 205 (80.47% from 255 or 50.37% from 407); Blue value is 11 (4.69% from 255 or 2.70% from 407); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCD0B is #4032F4. Grayscale: #B3B3B3. Windows color (decimal): -4207349 or 773567. OLE color: 773567.

HSL color Cylindrical-coordinate representation of color #BFCD0B: hue angle of 64.33º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFCD0B is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 205 11 -
CMYK 0.07 0 0.95 0.20
HSL 64.33º 0.9% 0.42% -
HSV(B) 64.33º 0.95% 0.8% -
XYZ 43.38 54.76 8.6 -
YUV 178.7 33.36 136.77 -
System Red Green Blue C M Y K H S L
Decimal 191 205 11 0.07 0 0.95 0.20 64.33 0.9 0.42
Hex BF CD B 7 0 5F 14 40 5A 2A
Octal 277 315 13 7 0 137 24 100 132 52
Binary 10111111 11001101 1011 111 0 1011111 10100 1000000 1011010 101010

Color Harmonies of #BFCD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD0B

Black with #BFCD0B

Text Example


Text Example

White with #BFCD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD0B; }

 p { color: rgb(191,205,11); }

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

background-color css

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

 a { background-color: rgb(191,205,11); }

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

border-color css

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

 span { border-color: rgb(191,205,11); }

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