Html Css Color HEX #BFB003 La Rioja

📋 copy color: '#BFB003'

red 191 ◦ green 176 ◦ blue 3

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

Shades of La Rioja #BFB003

Tints of La Rioja #BFB003

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.57%

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

R = 51.62%
G = 47.57%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BFB003 (or 0xBFB003) is known color: La Rioja. HEX triplet: BF, B0 and 03. RGB value is (191,176,3). Sum of RGB (Red+Green+Blue) = 191+176+3=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 176 (69.14% from 255 or 47.57% from 370); Blue value is 3 (1.56% from 255 or 0.81% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFB003 is #404FFC. Grayscale: #A1A1A1. Windows color (decimal): -4214781 or 241855. OLE color: 241855.

HSL color Cylindrical-coordinate representation of color #BFB003: hue angle of 55.21º 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 #BFB003 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 176 3 -
CMYK 0 0.08 0.98 0.25
HSL 55.21º 0.97% 0.38% -
HSV(B) 55.21º 0.98% 0.75% -
XYZ 37.03 42.13 6.27 -
YUV 160.76 38.97 149.57 -
System Red Green Blue C M Y K H S L
Decimal 191 176 3 0 0.08 0.98 0.25 55.21 0.97 0.38
Hex BF B0 3 0 8 62 19 37 61 26
Octal 277 260 3 0 10 142 31 67 141 46
Binary 10111111 10110000 11 0 1000 1100010 11001 110111 1100001 100110

Color Harmonies of #BFB003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB003

Black with #BFB003

Text Example


Text Example

White with #BFB003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB003; }

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

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

background-color css

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

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

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

border-color css

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

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

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