Html Css Color HEX #B7B30D La Rioja

📋 copy color: '#B7B30D'

red 183 ◦ green 179 ◦ blue 13

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

Shades of La Rioja #B7B30D

Tints of La Rioja #B7B30D

RGB

 RED value IS 183 (71.88% from 255) = 48.8%

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

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

R = 48.8%
G = 47.73%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7B30D (or 0xB7B30D) is known color: La Rioja. HEX triplet: B7, B3 and 0D. RGB value is (183,179,13). Sum of RGB (Red+Green+Blue) = 183+179+13=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 179 (70.31% from 255 or 47.73% from 375); Blue value is 13 (5.47% from 255 or 3.47% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7B30D is #484CF2. Grayscale: #A1A1A1. Windows color (decimal): -4738291 or 897975. OLE color: 897975.

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

Color convert

RGB 183 179 13 -
CMYK 0 0.02 0.93 0.28
HSL 58.59º 0.87% 0.38% -
HSV(B) 58.59º 0.93% 0.72% -
XYZ 35.72 42.34 6.67 -
YUV 161.27 44.33 143.5 -
System Red Green Blue C M Y K H S L
Decimal 183 179 13 0 0.02 0.93 0.28 58.59 0.87 0.38
Hex B7 B3 D 0 2 5D 1C 3B 57 26
Octal 267 263 15 0 2 135 34 73 127 46
Binary 10110111 10110011 1101 0 10 1011101 11100 111011 1010111 100110

Color Harmonies of #B7B30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B30D

Black with #B7B30D

Text Example


Text Example

White with #B7B30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B30D; }

 p { color: rgb(183,179,13); }

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

background-color css

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

 a { background-color: rgb(183,179,13); }

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

border-color css

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

 span { border-color: rgb(183,179,13); }

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