Html Css Color HEX #BFB30C La Rioja

📋 copy color: '#BFB30C'

red 191 ◦ green 179 ◦ blue 12

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

Shades of La Rioja #BFB30C

Tints of La Rioja #BFB30C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.86%

 BLUE value IS 12 (5.08% from 255) = 3.14%

R = 50%
G = 46.86%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BFB30C (or 0xBFB30C) is known color: La Rioja. HEX triplet: BF, B3 and 0C. RGB value is (191,179,12). Sum of RGB (Red+Green+Blue) = 191+179+12=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 179 (70.31% from 255 or 46.86% from 382); Blue value is 12 (5.08% from 255 or 3.14% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB30C is #404CF3. Grayscale: #A4A4A4. Windows color (decimal): -4214004 or 832447. OLE color: 832447.

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

Color convert

RGB 191 179 12 -
CMYK 0 0.06 0.94 0.25
HSL 55.98º 0.88% 0.4% -
HSV(B) 55.98º 0.94% 0.75% -
XYZ 37.67 43.34 6.73 -
YUV 163.55 42.48 147.58 -
System Red Green Blue C M Y K H S L
Decimal 191 179 12 0 0.06 0.94 0.25 55.98 0.88 0.4
Hex BF B3 C 0 6 5E 19 38 58 28
Octal 277 263 14 0 6 136 31 70 130 50
Binary 10111111 10110011 1100 0 110 1011110 11001 111000 1011000 101000

Color Harmonies of #BFB30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB30C

Black with #BFB30C

Text Example


Text Example

White with #BFB30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB30C; }

 p { color: rgb(191,179,12); }

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

background-color css

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

 a { background-color: rgb(191,179,12); }

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

border-color css

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

 span { border-color: rgb(191,179,12); }

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